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

The path to `ffmpeg-static` should probably not use the subproperty `.path`, it doesn't seem to find it: https://github.com/firebase/functions-samples/blob/207d80197711d14c93ff639ff8416c75f984c9e6/ffmpeg-convert-audio/functions/index.js#L69 If I change to `.setFfmpegPath(ffmpeg_static)` it works.

For months, I've seen this repository with amazing functions, and I would like to request your Team to include a function that checks the position of the image (EXIF profile)...

type: feature request

I am designing a clone uber system with Firestore, Cloud Messaging and Functions of Firebase. I have a function that runs when a new order is created (OrdersRef.onCreate ()). [Diagram...

type: question
new sample request

### How to reproduce these conditions **Sample name or URL where you found the bug** Confirmation Email **Failing Function code used (including require/import commands at the top)** functions/index.js **Steps to...

this is the error i get when i try to run cloud functions locally ![error](https://user-images.githubusercontent.com/29966551/37650995-796da64a-2c58-11e8-8ca6-d77566f3f2e9.PNG)

When i hit npm run start i get this error: C:\Users\Mohit\Documents\GitHub\custom-auth-samples\instagram\app.js:145 res.send({firebaseToken: ); ^

I am trying stripe payment sample code as provided i get following error . > You cannot use a PaymentMethod as a source for Customers.Instead, use the PaymentMethods API to...

I would love to use the code shown in [this article](https://firebase.googleblog.com/2017/06/content-moderation-with-cloud-functions.html), but all my Firebase Cloud Functions code is in TypeScript instead of Javascript. I'm trying to submit a dating...

### How to reproduce these conditions Carry out instructions as per the github post. Then use credentials from Firebase by saving the spotify credentials in another file and using a...

Hello I think that this sample will be useful for a lot of people who use the Ghostscript library a lot for manipulating pdfs. (https://www.ghostscript.com/doc/9.27/WhatIsGS.htm)