functions-samples
functions-samples copied to clipboard
Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
Some examples using OAuth 2.0 based authentication with cookie doesn't work correctly in modern browser like Google Chrome and Firefox. In these examples, `state` value are not set correctly in...
tslint is deprecated and it is recomended to use typescript-eslint
Hi firebase, this PR updates the Exif-Images example to node 10 and latest deps. - gcp storage 5.1.0 - firebase-admin 8.12.1 - fb functions 3.7.0 - node 10
## Overview add _Simple_ Cloud Functions Unit Test with TS. Regards, ## Reference * implement * https://firebase.google.com/docs/functions/unit-testing#testing_http_functions * dependency: use `mocha` and `chai` * https://github.com/firebase/functions-samples/blob/master/quickstarts/uppercase/functions/package.json * https://github.com/firebase/quickstart-nodejs/pull/124
…save to firebase rtdb. Updating the example here on how to better use the sharp node lib to parse and save to the firebase db. Sorry for the formatting -...
This is a sample for those who want to use audio signal processing features provided by SoX (and not by ffmpeg). This sample is briefly based on [the ffmpeg sample](https://github.com/firebase/functions-samples/tree/master/ffmpeg-convert-audio/functions)
In reference with issue #612 . The sample uses the functions platform to perform manipulation operations on PDF files.
In reference with issue #594. The sample uses the functions platform to send requests to and receive responses from the dialogflow api. (www.dialogflow.com)
Fix error message: "Cannot read property '0' of undefined" Root cause: Storage API ```FullMetadata.downloadURLs``` is deprecated, ref:https://firebase.google.com/docs/reference/js/firebase.storage.FullMetadata.html#downloadurls Replace with ```Reference.getDownloadURL```, https://firebase.google.com/docs/reference/js/firebase.storage.Reference.html#getdownloadurl