functions-samples
functions-samples copied to clipboard
Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
Running this example results in TypeError: PromisePool is not a constructor. Changed ``const PromisePool = require('es6-promise-pool').default;`` to ``const PromisePool = require('es6-promise-pool');`` This change fixes the abovementioned error. This issue was...
Need documentation or a sample for using Crashlytics from both Unity C# code and platform-native (Objective-C or Java) code in a Unity-as-a-library app. Given a Unity-as-a-library app where the platform-native...
https://drive.google.com/file/d/1vZcmlOf-Rb8qeTChB54S64qgamLR0rE0/view?usp=drivesdk
### Which sample has a bug? delete-unused-accounts-cron ### How to reproduce the issue I've deployed the sample function exactly per instructions in readme, however, the function fails in firebase and...
### How to reproduce these conditions **Sample name or URL where you found the bug** https://github.com/firebase/functions-samples/tree/master/stripe **Failing Function code used (including require/import commands at the top)** 'use strict'; const functions...
### Which sample has a bug? **vision-annotate-images** ### How to reproduce the issue Deploy the function as documented, then call it from Swift, it returns the following error: ### Debug...
### How to reproduce these conditions **Sample name or URL where you found the bug** [firebase/functions-samples/spotify-auth](https://github.com/firebase/functions-samples/tree/Node-8/spotify-auth), but the other auth examples may be affected too. **Failing Function code used (including...
### Which sample? **Sample name or URL** **Link to closest heading** https://firebase.google.com/docs/functions/unit-testing ### What is the issue with this sample's docs? Not working when copying 1 to 1. Always getting...
I deployed the cloud function according to the sample for message-translation. However, none of the messages got translated. What was shown in the firebase console logs was simply "Function execution...