functions-samples icon indicating copy to clipboard operation
functions-samples copied to clipboard

Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase

Results 172 functions-samples issues
Sort by recently updated
recently updated
newest added

### Which sample has a bug? Spotify Auth https://github.com/firebase/functions-samples/blob/main/Node-1st-gen/spotify-auth/functions/index.js ### How to reproduce the issue N/A ### Debug output N/A ### Expected behavior customToken.emailVerified should be unset or set to...

type: bug

### Which sample? https://github.com/firebase/functions-samples/blob/703c0359eacf07a551751d1319d34f912a2cd828/Python/quickstarts/monitor-cloud-logging/functions/main.py#L8-L8 ### What is the issue with this sample's docs? **Description:** I encountered an issue while trying to use the `logger` submodule from the `firebase_functions` module. According...

### Which sample has a bug? **Sample name or URL where you found the bug** ### How to reproduce the issue **Failing Function code used (if you modified the sample)**...

type: bug

### Which sample has a bug? Node-1st-gen/spotify-auth ### How to reproduce the issue follow the readme. Upon trying to login, the "token" function fails with "Error in the token Function:...

type: bug

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.5.5. Changelog Sourced from vite's changelog. 4.5.5 (2024-09-16) 4.5.4 (2024-09-16) fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) (e812716), closes #18115 fix: backport #18112, fs...

dependencies

I want to use auth trigger function, but it gives error while deploying, reason may be, latest version don't have support for gen1 function. Now how to implement it as...

type: bug

### [auth-blocking-functions](https://github.com/firebase/functions-samples/tree/main/Python/quickstarts/auth-blocking-functions) Given the Google Documentations here to [Getting user and context information](https://firebase.google.com/docs/auth/extend-with-blocking-functions?gen=2nd#getting_user_and_context_information), some fields are not available on the `AuthBlockingEvent` dataclass. For example I can extract the following: ```python...