Updating documentation link and copy in generated functions index.js

This commit is contained in:
Brendan Lim
2017-03-22 13:42:40 -07:00
parent b63304358d
commit 568331e294

View File

@@ -1,7 +1,7 @@
var functions = require('firebase-functions');
// // Start writing Firebase Functions
// // https://firebase.google.com/functions/write-firebase-functions
// // Create and Deploy Your First Cloud Functions
// // https://firebase.google.com/docs/functions/write-firebase-functions
//
// exports.helloWorld = functions.https.onRequest((request, response) => {
// response.send("Hello from Firebase!");