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

Following the steps from --- https://firebase.google.com/docs/use-cases/payments ... Running "firebase deploy" returns the following: i deploying firestore, functions, hosting i cloud.firestore: checking firestore.rules for compilation errors... ✔ cloud.firestore: rules file firestore.rules...

### Which sample has a bug? The Instagram-auth sample has a bug due to the fact that the instagram api no longer supports the "OAUTH_SCOPES = 'basic' " It is...

type: bug

**Please Help me!**!, I was following the docs from https://rnfirebase.io/reference/messaging and I try send from console its receive to my device using the same token, but when I send using...

### Which sample has a bug? linkedin-auth ### How to reproduce the issue Trying to follow the sample as-is hits a bug fixed by https://github.com/firebase/functions-samples/pull/826 . If you apply that...

type: bug

I've tested this ready-to-use code on my two projects and I have the same error. I haven't change anything in the code. I just set my private and public keys...

Crashlytics is not reporting crashes in unity for below given case 1. Create a null reference/Format exception inside unity 2. Integrate the above unity as a library with android native...

This sentence at the beginning of https://github.com/firebase/functions-samples/tree/master/nextjs-with-firebase-hosting is strange: > Host your SSR Next.js app on Cloud Functions with Firebase Hosting rewrite rules. Using a rewrite rule that catches ALL...

### How to reproduce these conditions I'm using the sample code as is: It builds and uploads and runs. The thumb_ image can't be downloaded and just 'hangs' in the...

type: bug

following your ["online mode" example](https://github.com/firebase/functions-samples/blob/master/quickstarts/uppercase/functions/test/test.online.js). given the following files .runtimeconfig.json //my env keys stored here foo.js test/test.js test/myProjServiceKey.json //from gcp > Iam > service account, app engine in my code:...

Hello, I am trying to work on a cloud function to automatically update google sheet when on adding data to the firestore database. Here is the code. I am following:...