functions-samples
functions-samples copied to clipboard
Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
I am implementing firebase functions. I am getting error while 'firebase serve --only functions'. Error : ! functions: Failed to load functions source code. Ensure that you have the latest...
Posting this here as per @codingdoug's suggestion. https://groups.google.com/forum/#!topic/firebase-talk/xCSiEP82kf0 I've noticed that `'use strict';`is declared at the top of a lot of files in https://github.com/firebase/functions-samples but yet, when I watch different...
I run this sample and it work fine. However, i want to remove a thumbnail and a node in the database when I deleted the origin image. Someone can help...
### How to reproduce these conditions **Sample name or URL where you found the bug** **Failing Function code used (including require/import commands at the top)** **Steps to set up and...
On the quickstart/email-users show an example of sending an localized Welcome e-mail message.
### How to reproduce these conditions **Sample name or URL where you found the bug** fcm-notification **Failing Function code used (including require/import commands at the top)** Update fcm-notification sample to...
This file: functions-samples/quickstarts/uppercase/functions/test/test.online.js Is only available in JS. Would be great to see some Typescript for it.
### How to reproduce these conditions **Sample name or URL where you found the bug** **Failing Function code used (including require/import commands at the top)** **Steps to set up and...
I'm using the code from the sample here: https://github.com/firebase/functions-samples/tree/master/quickstarts/email-users onCreate is sometimes triggered multiple times for the same user. Most of the time it is triggered once, but sometimes it...