diff --git a/Node-1st-gen/assistant-say-number/functions/package.json b/Node-1st-gen/assistant-say-number/functions/package.json
index 9653fb9cd..e6c66ae5e 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 d395b73bd..0111d104f 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 5633404af..d212840df 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 1c44f6a3b..0f68a36c2 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 fe3d06b60..3bcfb0300 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 c51e63b1e..5e15b15d9 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 dd48b9652..7866532fc 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 91fbd934c..ab42d7c2c 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 908c525b4..aa12c6997 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 9bfa54c61..658849c26 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 66d3fcf6a..30caac516 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 c53d7d8df..dc121e57d 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 2e7d3ccbf..4fc15ec6b 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 e065d64ac..4be3cd03f 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 32d8596f7..16e506568 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 ff3884dd4..5c2a45198 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 374743eb7..1aed96584 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 081eb2636..630829dfd 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 b6f4b07c1..eddb5f84e 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 13ed18e5d..106bb30ad 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 82d8c4753..3a490d5c8 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 e479ec228..31a698a2c 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 5a2d98e58..629dc7a16 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 4b39a27ed..0a5f4fd24 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 938c8b9b3..0d17d751a 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 803fc1ce6..4754cae0d 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 602986103..9d1d7916f 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 f4b5e0b59..3c4287bd2 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 f941c7066..0f5513e85 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 93c6c95cf..200f3c412 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 488740070..16f500ef7 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 f0123705b..f0cd25e1a 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 26000dfbc..7f3a896a8 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 6f529df2a..0339ca50d 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 f379a2160..578457741 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 36aaef69f..6ddde8aed 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 d93a604de..25cfa591f 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 db91b496b..97ff7b4ae 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 142d3aecd..17a73b5de 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 66d3fcf6a..30caac516 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 6ff7fa5a4..df94c276a 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 05d995b2c..e11a8c856 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 1fa56a411..aa3e4c5f5 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 66d3fcf6a..30caac516 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