Skip to content

Commit

Permalink
Updating link to docs and massaging some text. (#5131)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Kendall <bkend@google.com>
  • Loading branch information
egilmorez and bkendall committed Nov 8, 2022
1 parent db6223e commit 577bd7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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`

/*
Expand Down
4 changes: 2 additions & 2 deletions 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});
Expand Down
2 changes: 1 addition & 1 deletion 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) => {
Expand Down

0 comments on commit 577bd7e

Please sign in to comment.