From 577bd7eee65e08685c66bd28c05044e2b65b97f4 Mon Sep 17 00:00:00 2001 From: egilmorez Date: Tue, 8 Nov 2022 15:57:32 -0800 Subject: [PATCH] Updating link to docs and massaging some text. (#5131) Co-authored-by: Bryan Kendall --- templates/init/functions/golang/functions.go | 2 +- templates/init/functions/javascript/index.js | 4 ++-- templates/init/functions/typescript/index.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/init/functions/golang/functions.go b/templates/init/functions/golang/functions.go index 9b44a27868b..b8795b7a4d3 100644 --- a/templates/init/functions/golang/functions.go +++ b/templates/init/functions/golang/functions.go @@ -1,7 +1,7 @@ package PACKAGE // Welcome to Cloud Functions for Firebase for Golang! -// To get started, simply uncomment the below code or create your own. +// To get started, uncomment the below code or create your own. // Deploy with `firebase deploy` /* diff --git a/templates/init/functions/javascript/index.js b/templates/init/functions/javascript/index.js index 081873b3f9b..0d3ca7f46ee 100644 --- a/templates/init/functions/javascript/index.js +++ b/templates/init/functions/javascript/index.js @@ -1,7 +1,7 @@ const functions = require("firebase-functions"); -// // Create and Deploy Your First Cloud Functions -// // https://firebase.google.com/docs/functions/write-firebase-functions +// // Create and deploy your first functions +// // https://firebase.google.com/docs/functions/get-started // // exports.helloWorld = functions.https.onRequest((request, response) => { // functions.logger.info("Hello logs!", {structuredData: true}); diff --git a/templates/init/functions/typescript/index.ts b/templates/init/functions/typescript/index.ts index 10c30843a62..079282359d2 100644 --- a/templates/init/functions/typescript/index.ts +++ b/templates/init/functions/typescript/index.ts @@ -1,6 +1,6 @@ import * as functions from "firebase-functions"; -// // Start writing Firebase Functions +// // Start writing functions // // https://firebase.google.com/docs/functions/typescript // // export const helloWorld = functions.https.onRequest((request, response) => {