Change CLI templates for public release.

This commit is contained in:
Michael Bleigh
2017-02-27 16:08:25 -08:00
parent 022aad7e96
commit 738cc4096e
2 changed files with 6 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
var functions = require('firebase-functions');
// // Start writing Firebase Functions
// // https://firebase.google.com/preview/functions/write-firebase-functions
//
// // https://firebase.google.com/functions/write-firebase-functions
//
// exports.helloWorld = functions.https.onRequest((request, response) => {
// response.send("Hello from Firebase!");
// })