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

i am trying to over image on another image using imagemagick on cloud function and looked into the imagemagick command like this: convert a.png b.png -gravity center -composite result.png i...

@jhuleatt Hi there, I'm using your child-count function and noticed that if the Post Node gets removed the script automatically creates a new Entry with the same id and "likes":0...

I am trying to map domain.com to domain.com/#/api. But it always routes back to home page. Anything I can do here to fix this ? ```{ "hosting": { "public": "public",...

### How to reproduce these conditions 1) clone git repo for `firebase/function-samples` 2) cd ffmpeg project 3) firebase add 4) firebase deploy 5) ERROR ![image](https://user-images.githubusercontent.com/23249402/52598699-9d0bb000-2e24-11e9-94f5-dcbfed9ac0d0.png) **Sample name or URL where...

``` Have a request for a new sample? ================================ Great, we love hearing how we can improve our samples! Remove the template below and provide an explanation of your sample...

### How to reproduce these conditions I have set up an example [repo](https://github.com/Siegrift/nextjs-firebase-example) where you can check the bug. **Steps to set up and reproduce** 1) `git clone https://github.com/Siegrift/nextjs-firebase-example` 2)...

I works beautifully with the images I've uploaded so far... png jpeg etc The ONLY issue though, is that the function is failing under the following circumstance I tried to...

i deploying functions i functions: ensuring necessary APIs are enabled... ✔ functions: all necessary APIs are enabled i functions: preparing functions directory for uploading... Error: Error occurred while parsing your...

### How to reproduce these conditions Take the sample function from: https://github.com/firebase/functions-samples/blob/master/child-count/functions/index.js And try to deploy it on the Cloud Functions for Firebase v1.0 SDK. You'll get this error: >...

type: bug

Hi, there! I'm facing the same problem but I've already removed the content type while creating the signed URL. The interesting fact is that this problem only happens suddenly a...