functions-samples
functions-samples copied to clipboard
Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
Brought to you by your friendly [Repository Gardener](https://github.com/GoogleCloudPlatform/repository-gardener).
Adds sample for `uppercase` using v2 functions.
- Creates a `beforeUserCreated` & `beforeUserSignedIn` function for v2 - Creates a `beforeCreate` & `beforeSignIn` function for v1 - Blocks account creation if the email is not a 'gmail' domain...
Hi there, we have been trying to setup the account in Linkedin: Add the URL https://.firebaseapp.com/popup.html to the OAuth 2.0 > Authorized Redirect URLs of your LinkedIn app. the issue...
Brought to you by your friendly [Repository Gardener](https://github.com/GoogleCloudPlatform/repository-gardener).
The PayPal sample never allows a user to get the success url. How come google never provides samples which work???
TODO: - [x] update dependencies (`firebase-admin` and `firebase-functions`) - [ ] add snippet tags - [x] add a README.md
### Which sample has a bug? quickstarts/taskqueues-backup-images/functions/index.js I have created my own queue with minor modifications provided in the **Failing Function code used** section. If someone can please help resolve...
### Which sample has a bug? login with linkedin ### How to reproduce the issue whenever there is https request to token function it says that req.cookies.state is not defined...