diff --git a/Node-1st-gen/assistant-say-number/functions/package.json b/Node-1st-gen/assistant-say-number/functions/package.json index 9653fb9cde..e6c66ae5e5 100644 --- a/Node-1st-gen/assistant-say-number/functions/package.json +++ b/Node-1st-gen/assistant-say-number/functions/package.json @@ -1,6 +1,6 @@ { "name": "assistant-say-numer-functions", - "description": "Firebase Functions", + "description": "Cloud Functions for Firebase", "dependencies": { "actions-on-google": "^2.14.0", "firebase-admin": "^13.0.2", diff --git a/Node-1st-gen/authorized-https-endpoint/public/index.html b/Node-1st-gen/authorized-https-endpoint/public/index.html index d395b73bd1..0111d104f1 100644 --- a/Node-1st-gen/authorized-https-endpoint/public/index.html +++ b/Node-1st-gen/authorized-https-endpoint/public/index.html @@ -15,7 +15,7 @@ - + Welcome email demo diff --git a/Node-1st-gen/authorized-https-endpoint/public/main.js b/Node-1st-gen/authorized-https-endpoint/public/main.js index 5633404afe..d212840dfb 100644 --- a/Node-1st-gen/authorized-https-endpoint/public/main.js +++ b/Node-1st-gen/authorized-https-endpoint/public/main.js @@ -63,7 +63,7 @@ Demo.prototype.signOut = function() { document.cookie = '__session='; }; -// Does an authenticated request to a Firebase Functions endpoint using an Authorization header. +// Does an authenticated request to a Cloud Functions for Firebase endpoint using an Authorization header. Demo.prototype.startFunctionsRequest = function() { firebase.auth().currentUser.getIdToken().then(function(token) { console.log('Sending request to', this.helloUserUrl, 'with ID token in Authorization header.'); @@ -80,7 +80,7 @@ Demo.prototype.startFunctionsRequest = function() { }.bind(this)); }; -// Does an authenticated request to a Firebase Functions endpoint using a __session cookie. +// Does an authenticated request to a Cloud Functions for Firebase endpoint using a __session cookie. Demo.prototype.startFunctionsCookieRequest = function() { // Set the __session cookie. firebase.auth().currentUser.getIdToken(true).then(function(token) { diff --git a/Node-1st-gen/bigquery-import/functions/package.json b/Node-1st-gen/bigquery-import/functions/package.json index 1c44f6a3be..0f68a36c24 100644 --- a/Node-1st-gen/bigquery-import/functions/package.json +++ b/Node-1st-gen/bigquery-import/functions/package.json @@ -1,6 +1,6 @@ { "name": "bigquery-import-functions", - "description": "Import data to BigQuery Firebase Functions sample", + "description": "Import data to BigQuery Cloud Functions for Firebase sample", "dependencies": { "@google-cloud/bigquery": "^4.7.0", "eslint-plugin-promise": "^7.2.1", diff --git a/Node-1st-gen/child-count/functions/package.json b/Node-1st-gen/child-count/functions/package.json index fe3d06b60f..3bcfb0300c 100644 --- a/Node-1st-gen/child-count/functions/package.json +++ b/Node-1st-gen/child-count/functions/package.json @@ -1,6 +1,6 @@ { "name": "child-count-functions", - "description": "Count Child nodes Firebase Functions sample", + "description": "Count Child nodes Cloud Functions for Firebase sample", "dependencies": { "eslint-plugin-promise": "^7.2.1", "firebase-admin": "^13.0.2", diff --git a/Node-1st-gen/convert-images/functions/package.json b/Node-1st-gen/convert-images/functions/package.json index c51e63b1ea..5e15b15d95 100644 --- a/Node-1st-gen/convert-images/functions/package.json +++ b/Node-1st-gen/convert-images/functions/package.json @@ -1,6 +1,6 @@ { "name": "convert-images-functions", - "description": "Convert images to JPEG Firebase Functions sample", + "description": "Convert images to JPEG Cloud Functions for Firebase sample", "dependencies": { "child-process-promise": "^2.2.1", "eslint-plugin-promise": "^7.2.1", diff --git a/Node-1st-gen/email-confirmation/functions/package.json b/Node-1st-gen/email-confirmation/functions/package.json index dd48b96527..7866532fcb 100644 --- a/Node-1st-gen/email-confirmation/functions/package.json +++ b/Node-1st-gen/email-confirmation/functions/package.json @@ -1,6 +1,6 @@ { "name": "email-confirmation-functions", - "description": "Send Email confirmation upon sign up to a Mailing list Firebase Functions sample", + "description": "Send Email confirmation upon sign up to a Mailing list Cloud Functions for Firebase sample", "dependencies": { "eslint-plugin-promise": "^7.2.1", "firebase-admin": "^13.0.2", diff --git a/Node-1st-gen/email-confirmation/public/index.html b/Node-1st-gen/email-confirmation/public/index.html index 91fbd934ca..ab42d7c2c6 100644 --- a/Node-1st-gen/email-confirmation/public/index.html +++ b/Node-1st-gen/email-confirmation/public/index.html @@ -24,13 +24,13 @@ - + - + diff --git a/Node-1st-gen/exif-images/functions/package.json b/Node-1st-gen/exif-images/functions/package.json index 908c525b4b..aa12c6997e 100644 --- a/Node-1st-gen/exif-images/functions/package.json +++ b/Node-1st-gen/exif-images/functions/package.json @@ -1,6 +1,6 @@ { "name": "exif-images-functions", - "description": "Extract EXIF metadata from images Firebase Functions sample", + "description": "Extract EXIF metadata from images Cloud Functions for Firebase sample", "dependencies": { "@google-cloud/storage": "^4.7.2", "child-process-promise": "^2.2.1", diff --git a/Node-1st-gen/fcm-notifications/functions/package.json b/Node-1st-gen/fcm-notifications/functions/package.json index 9bfa54c619..658849c26d 100644 --- a/Node-1st-gen/fcm-notifications/functions/package.json +++ b/Node-1st-gen/fcm-notifications/functions/package.json @@ -1,6 +1,6 @@ { "name": "fcm-notifications-functions", - "description": "Send FCM notifications Firebase Functions sample", + "description": "Send FCM notifications Cloud Functions for Firebase sample", "dependencies": { "eslint-plugin-promise": "^7.2.1", "firebase-admin": "^13.0.2", diff --git a/Node-1st-gen/fcm-notifications/public/index.html b/Node-1st-gen/fcm-notifications/public/index.html index 66d3fcf6a8..30caac5165 100644 --- a/Node-1st-gen/fcm-notifications/public/index.html +++ b/Node-1st-gen/fcm-notifications/public/index.html @@ -15,9 +15,9 @@ - + - Firebase Functions demo send FCM notifications + Cloud Functions for Firebase demo send FCM notifications diff --git a/Node-1st-gen/ffmpeg-convert-audio/functions/package.json b/Node-1st-gen/ffmpeg-convert-audio/functions/package.json index c53d7d8dfd..dc121e57de 100644 --- a/Node-1st-gen/ffmpeg-convert-audio/functions/package.json +++ b/Node-1st-gen/ffmpeg-convert-audio/functions/package.json @@ -1,6 +1,6 @@ { "name": "ffmpeg-convert-audio", - "description": "FFMPEG Convert Audio Firebase Functions sample", + "description": "FFMPEG Convert Audio Cloud Functions for Firebase sample", "dependencies": { "@google-cloud/storage": "^4.7.2", "eslint-plugin-promise": "^7.2.1", diff --git a/Node-1st-gen/fulltext-search/functions/package.json b/Node-1st-gen/fulltext-search/functions/package.json index 2e7d3ccbfb..4fc15ec6b0 100644 --- a/Node-1st-gen/fulltext-search/functions/package.json +++ b/Node-1st-gen/fulltext-search/functions/package.json @@ -1,6 +1,6 @@ { "name": "fulltext-search-functions", - "description": "Full Text Search with Algolia Firebase Functions sample", + "description": "Full Text Search with Algolia Cloud Functions for Firebase sample", "dependencies": { "algoliasearch": "^4.14.2", "eslint-plugin-promise": "^7.2.1", diff --git a/Node-1st-gen/github-to-slack/functions/package.json b/Node-1st-gen/github-to-slack/functions/package.json index e065d64ac6..4be3cd03f6 100644 --- a/Node-1st-gen/github-to-slack/functions/package.json +++ b/Node-1st-gen/github-to-slack/functions/package.json @@ -1,6 +1,6 @@ { "name": "github-to-slack-functions", - "description": "Firebase Functions that posts new GitHub commits to a Slack channel.", + "description": "Cloud Functions for Firebase that posts new GitHub commits to a Slack channel.", "dependencies": { "eslint-plugin-promise": "^7.2.1", "firebase-admin": "^13.0.2", diff --git a/Node-1st-gen/instagram-auth/functions/package.json b/Node-1st-gen/instagram-auth/functions/package.json index 32d8596f7b..16e5065687 100644 --- a/Node-1st-gen/instagram-auth/functions/package.json +++ b/Node-1st-gen/instagram-auth/functions/package.json @@ -1,6 +1,6 @@ { "name": "instagram-auth-functions", - "description": "Authenticate with Instagram Firebase Functions sample", + "description": "Authenticate with Instagram Cloud Functions for Firebase sample", "dependencies": { "cookie-parser": "^1.4.6", "eslint-plugin-promise": "^7.2.1", diff --git a/Node-1st-gen/instagram-auth/public/index.html b/Node-1st-gen/instagram-auth/public/index.html index ff3884dd47..5c2a451985 100644 --- a/Node-1st-gen/instagram-auth/public/index.html +++ b/Node-1st-gen/instagram-auth/public/index.html @@ -15,9 +15,9 @@ - + - Firebase Functions demo to Sign In with Instagram + Cloud Functions for Firebase demo to Sign In with Instagram diff --git a/Node-1st-gen/instagram-auth/public/popup.html b/Node-1st-gen/instagram-auth/public/popup.html index 374743eb72..1aed965842 100644 --- a/Node-1st-gen/instagram-auth/public/popup.html +++ b/Node-1st-gen/instagram-auth/public/popup.html @@ -15,7 +15,7 @@ - + Authenticate with Instagram diff --git a/Node-1st-gen/lastmodified-tracking/functions/package.json b/Node-1st-gen/lastmodified-tracking/functions/package.json index 081eb2636f..630829dfd0 100644 --- a/Node-1st-gen/lastmodified-tracking/functions/package.json +++ b/Node-1st-gen/lastmodified-tracking/functions/package.json @@ -1,6 +1,6 @@ { "name": "lastmodified-tracking-functions", - "description": "Track Lastmodified date of nodes Firebase Functions sample", + "description": "Track Lastmodified date of nodes Cloud Functions for Firebase sample", "dependencies": { "eslint-plugin-promise": "^7.2.1", "firebase-admin": "^13.0.2", diff --git a/Node-1st-gen/limit-children/functions/package.json b/Node-1st-gen/limit-children/functions/package.json index b6f4b07c1b..eddb5f84ee 100644 --- a/Node-1st-gen/limit-children/functions/package.json +++ b/Node-1st-gen/limit-children/functions/package.json @@ -1,6 +1,6 @@ { "name": "limit-children-functions", - "description": "Limit number of child nodes Firebase Functions sample", + "description": "Limit number of child nodes Cloud Functions for Firebase sample", "dependencies": { "eslint-plugin-promise": "^7.2.1", "firebase-admin": "^13.0.2", diff --git a/Node-1st-gen/linkedin-auth/functions/package.json b/Node-1st-gen/linkedin-auth/functions/package.json index 13ed18e5d1..106bb30ad6 100644 --- a/Node-1st-gen/linkedin-auth/functions/package.json +++ b/Node-1st-gen/linkedin-auth/functions/package.json @@ -1,6 +1,6 @@ { "name": "linkedin-auth-functions", - "description": "Authenticate with LinkedIn Firebase Functions sample", + "description": "Authenticate with LinkedIn Cloud Functions for Firebase sample", "dependencies": { "cookie-parser": "^1.4.6", "eslint-plugin-promise": "^7.2.1", diff --git a/Node-1st-gen/linkedin-auth/public/index.html b/Node-1st-gen/linkedin-auth/public/index.html index 82d8c47539..3a490d5c8b 100644 --- a/Node-1st-gen/linkedin-auth/public/index.html +++ b/Node-1st-gen/linkedin-auth/public/index.html @@ -15,9 +15,9 @@ - + - Firebase Functions demo to Sign In with LinkedIn + Cloud Functions for Firebase demo to Sign In with LinkedIn diff --git a/Node-1st-gen/linkedin-auth/public/popup.html b/Node-1st-gen/linkedin-auth/public/popup.html index e479ec228c..31a698a2c0 100644 --- a/Node-1st-gen/linkedin-auth/public/popup.html +++ b/Node-1st-gen/linkedin-auth/public/popup.html @@ -15,7 +15,7 @@ - + Authenticate with LinkedIn diff --git a/Node-1st-gen/message-translation/functions/package.json b/Node-1st-gen/message-translation/functions/package.json index 5a2d98e58a..629dc7a165 100644 --- a/Node-1st-gen/message-translation/functions/package.json +++ b/Node-1st-gen/message-translation/functions/package.json @@ -1,6 +1,6 @@ { "name": "message-translation-functions", - "description": "Transalte Messages Firebase Functions sample", + "description": "Transalte Messages Cloud Functions for Firebase sample", "dependencies": { "@google-cloud/translate": "^5.3.0", "eslint-plugin-promise": "^7.2.1", diff --git a/Node-1st-gen/minimal-webhook/functions/package.json b/Node-1st-gen/minimal-webhook/functions/package.json index 4b39a27ed0..0a5f4fd242 100644 --- a/Node-1st-gen/minimal-webhook/functions/package.json +++ b/Node-1st-gen/minimal-webhook/functions/package.json @@ -1,6 +1,6 @@ { "name": "minimal-webhook-functions", - "description": "Queries a Webhook Firebase Functions sample", + "description": "Queries a Webhook Cloud Functions for Firebase sample", "dependencies": { "eslint-plugin-promise": "^7.2.1", "firebase-admin": "^13.0.2", diff --git a/Node-1st-gen/paypal/functions/package.json b/Node-1st-gen/paypal/functions/package.json index 938c8b9b32..0d17d751ac 100644 --- a/Node-1st-gen/paypal/functions/package.json +++ b/Node-1st-gen/paypal/functions/package.json @@ -1,6 +1,6 @@ { "name": "paypal-functions", - "description": "Paypal Firebase Functions", + "description": "Paypal Cloud Functions for Firebase", "dependencies": { "cors": "^2.8.5", "eslint-plugin-promise": "^7.2.1", diff --git a/Node-1st-gen/presence-firestore/README.md b/Node-1st-gen/presence-firestore/README.md index 803fc1ce69..4754cae0d6 100644 --- a/Node-1st-gen/presence-firestore/README.md +++ b/Node-1st-gen/presence-firestore/README.md @@ -36,7 +36,7 @@ The sample client app in [public/index.html](public/index.html) and [public/inde To deploy the sample to your Firebase app, 1. Run `npm install` to install dependencies for the server-side [functions](functions/) as detailed above. -2. From this top-level sample directory, deploy the `Realtime Database` trigger defined in [functions](functions/) to `Firebase Functions` and the [public](public/) directory app to `Firebase Hosting`. +2. From this top-level sample directory, deploy the `Realtime Database` trigger defined in [functions](functions/) to `Cloud Functions for Firebase` and the [public](public/) directory app to `Firebase Hosting`. Assumimg you've created a Firebase application called `firebase-example-123` (make sure it's upgraded to the Spark plan and that `Anonymous Authentication` are enabled). diff --git a/Node-1st-gen/quickstarts/big-ben/README.md b/Node-1st-gen/quickstarts/big-ben/README.md index 6029861038..9d1d7916fd 100644 --- a/Node-1st-gen/quickstarts/big-ben/README.md +++ b/Node-1st-gen/quickstarts/big-ben/README.md @@ -61,7 +61,7 @@ First you need to install the `npm` dependencies of the functions: cd functions && npm install; cd .. ``` -This installs locally the Firebase SDK and the Firebase Functions SDK. +This installs locally the Firebase SDK and the Cloud Functions for Firebase SDK. Deploy to Firebase using the following command: diff --git a/Node-1st-gen/quickstarts/email-users/public/index.html b/Node-1st-gen/quickstarts/email-users/public/index.html index f4b5e0b597..3c4287bd2d 100644 --- a/Node-1st-gen/quickstarts/email-users/public/index.html +++ b/Node-1st-gen/quickstarts/email-users/public/index.html @@ -15,7 +15,7 @@ - + Welcome email demo diff --git a/Node-1st-gen/quickstarts/https-time-server/README.md b/Node-1st-gen/quickstarts/https-time-server/README.md index f941c7066d..0f5513e852 100644 --- a/Node-1st-gen/quickstarts/https-time-server/README.md +++ b/Node-1st-gen/quickstarts/https-time-server/README.md @@ -46,7 +46,7 @@ cd functions && npm install; cd .. ``` This installs locally: - - The Firebase SDK and the Firebase Functions SDK. + - The Firebase SDK and the Cloud Functions for Firebase SDK. - The [moment](https://www.npmjs.com/package/moment) npm package to format time. - The [cors](https://www.npmjs.com/package/cors) npm package to allow Cross Origin AJAX requests on the endpoint. diff --git a/Node-1st-gen/quickstarts/thumbnails/functions/package.json b/Node-1st-gen/quickstarts/thumbnails/functions/package.json index 93c6c95cf1..200f3c412e 100644 --- a/Node-1st-gen/quickstarts/thumbnails/functions/package.json +++ b/Node-1st-gen/quickstarts/thumbnails/functions/package.json @@ -1,6 +1,6 @@ { "name": "generate-thumbnail-functions-quickstart", - "description": "Generate Thumbnail Firebase Functions sample", + "description": "Generate Thumbnail Cloud Functions for Firebase sample", "dependencies": { "eslint-plugin-promise": "^7.2.1", "firebase-admin": "^13.0.2", diff --git a/Node-1st-gen/quickstarts/uppercase-firestore/functions/package.json b/Node-1st-gen/quickstarts/uppercase-firestore/functions/package.json index 4887400707..16f500ef74 100644 --- a/Node-1st-gen/quickstarts/uppercase-firestore/functions/package.json +++ b/Node-1st-gen/quickstarts/uppercase-firestore/functions/package.json @@ -1,6 +1,6 @@ { "name": "uppercase-firestore-quickstart-functions", - "description": "Uppercaser Firebase Functions Quickstart sample for Firestore", + "description": "Uppercaser Cloud Functions for Firebase Quickstart sample for Firestore", "dependencies": { "eslint-plugin-promise": "^7.2.1", "firebase-admin": "^13.0.2", diff --git a/Node-1st-gen/quickstarts/uppercase-rtdb/functions/package.json b/Node-1st-gen/quickstarts/uppercase-rtdb/functions/package.json index f0123705b9..f0cd25e1a8 100644 --- a/Node-1st-gen/quickstarts/uppercase-rtdb/functions/package.json +++ b/Node-1st-gen/quickstarts/uppercase-rtdb/functions/package.json @@ -1,6 +1,6 @@ { "name": "uppercase-quickstart-functions", - "description": "Uppercaser Firebase Functions Quickstart sample", + "description": "Uppercaser Cloud Functions for Firebase Quickstart sample", "dependencies": { "eslint": "8", "eslint-plugin-promise": "^7.2.1", diff --git a/Node-1st-gen/spotify-auth/functions/package.json b/Node-1st-gen/spotify-auth/functions/package.json index 26000dfbc1..7f3a896a80 100644 --- a/Node-1st-gen/spotify-auth/functions/package.json +++ b/Node-1st-gen/spotify-auth/functions/package.json @@ -1,6 +1,6 @@ { "name": "spotify-auth-functions", - "description": "Authenticate with Spotify Firebase Functions sample", + "description": "Authenticate with Spotify Cloud Functions for Firebase sample", "dependencies": { "cookie-parser": "^1.4.6", "eslint-plugin-promise": "^7.2.1", diff --git a/Node-1st-gen/spotify-auth/public/index.html b/Node-1st-gen/spotify-auth/public/index.html index 6f529df2a9..0339ca50de 100644 --- a/Node-1st-gen/spotify-auth/public/index.html +++ b/Node-1st-gen/spotify-auth/public/index.html @@ -15,9 +15,9 @@ - + - Firebase Functions demo to Sign In with Spotify + Cloud Functions for Firebase demo to Sign In with Spotify diff --git a/Node-1st-gen/spotify-auth/public/popup.html b/Node-1st-gen/spotify-auth/public/popup.html index f379a21608..578457741f 100644 --- a/Node-1st-gen/spotify-auth/public/popup.html +++ b/Node-1st-gen/spotify-auth/public/popup.html @@ -15,7 +15,7 @@ - + Authenticate with Spotify diff --git a/Node-1st-gen/stripe/functions/package.json b/Node-1st-gen/stripe/functions/package.json index 36aaef69f0..6ddde8aed4 100644 --- a/Node-1st-gen/stripe/functions/package.json +++ b/Node-1st-gen/stripe/functions/package.json @@ -1,6 +1,6 @@ { "name": "stripe-functions", - "description": "Stripe Firebase Functions", + "description": "Stripe Cloud Functions for Firebase", "dependencies": { "@google-cloud/logging": "^7.3.0", "eslint-plugin-promise": "^7.2.1", diff --git a/Node-1st-gen/text-moderation/functions/package.json b/Node-1st-gen/text-moderation/functions/package.json index d93a604de8..25cfa591fe 100644 --- a/Node-1st-gen/text-moderation/functions/package.json +++ b/Node-1st-gen/text-moderation/functions/package.json @@ -1,6 +1,6 @@ { "name": "text-moderation-functions", - "description": "Moderate text using Firebase Functions", + "description": "Moderate text using Cloud Functions for Firebase", "dependencies": { "bad-words": "^3.0.4", "eslint-plugin-promise": "^7.2.1", diff --git a/Node-1st-gen/url-shortener/functions/package.json b/Node-1st-gen/url-shortener/functions/package.json index db91b496b9..97ff7b4ae3 100644 --- a/Node-1st-gen/url-shortener/functions/package.json +++ b/Node-1st-gen/url-shortener/functions/package.json @@ -1,6 +1,6 @@ { "name": "url-shortener-functions", - "description": "URL Shortener Firebase Functions sample", + "description": "URL Shortener Cloud Functions for Firebase sample", "dependencies": { "bitly": "^6.1.0", "eslint-plugin-promise": "^7.2.1", diff --git a/Node-1st-gen/username-password-auth/public/index.html b/Node-1st-gen/username-password-auth/public/index.html index 142d3aecdd..17a73b5de7 100644 --- a/Node-1st-gen/username-password-auth/public/index.html +++ b/Node-1st-gen/username-password-auth/public/index.html @@ -15,9 +15,9 @@ - + - Firebase Functions demo to Sign In with username/password + Cloud Functions for Firebase demo to Sign In with username/password diff --git a/Node/fcm-notifications/public/index.html b/Node/fcm-notifications/public/index.html index 66d3fcf6a8..30caac5165 100644 --- a/Node/fcm-notifications/public/index.html +++ b/Node/fcm-notifications/public/index.html @@ -15,9 +15,9 @@ - + - Firebase Functions demo send FCM notifications + Cloud Functions for Firebase demo send FCM notifications diff --git a/Node/quickstarts/https-time-server/README.md b/Node/quickstarts/https-time-server/README.md index 6ff7fa5a47..df94c276ad 100644 --- a/Node/quickstarts/https-time-server/README.md +++ b/Node/quickstarts/https-time-server/README.md @@ -46,7 +46,7 @@ cd functions && npm install; cd .. ``` This installs locally: - - The Firebase SDK and the Firebase Functions SDK. + - The Firebase SDK and the Cloud Functions for Firebase SDK. - The [moment](https://www.npmjs.com/package/moment) npm package to format time. Deploy to Firebase using the following command: diff --git a/Node/quickstarts/thumbnails/functions/package.json b/Node/quickstarts/thumbnails/functions/package.json index 05d995b2c0..e11a8c8568 100644 --- a/Node/quickstarts/thumbnails/functions/package.json +++ b/Node/quickstarts/thumbnails/functions/package.json @@ -1,6 +1,6 @@ { "name": "generate-thumbnail-functions-quickstart", - "description": "Generate Thumbnail Firebase Functions sample", + "description": "Generate Thumbnail Cloud Functions for Firebase sample", "dependencies": { "firebase-admin": "^13.0.2", "firebase-functions": "^6.3.0", diff --git a/Node/test-functions-mocha/README.md b/Node/test-functions-mocha/README.md index 1fa56a4111..aa3e4c5f52 100644 --- a/Node/test-functions-mocha/README.md +++ b/Node/test-functions-mocha/README.md @@ -1,4 +1,4 @@ -# Firebase Functions Test (with mocha) - Quickstart +# `firebase-functions-test` (with mocha) - Quickstart This quickstart demonstrates how to run unit tests on Cloud Functions (2nd gen). diff --git a/Python/fcm-notifications/public/index.html b/Python/fcm-notifications/public/index.html index 66d3fcf6a8..30caac5165 100644 --- a/Python/fcm-notifications/public/index.html +++ b/Python/fcm-notifications/public/index.html @@ -15,9 +15,9 @@ - + - Firebase Functions demo send FCM notifications + Cloud Functions for Firebase demo send FCM notifications