Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating link to docs and massaging some text. #5131

Merged
merged 3 commits into from Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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