From 236c4d02b6e1489c4d74da79b215099595600334 Mon Sep 17 00:00:00 2001 From: jlevine18 Date: Sun, 6 Jan 2019 12:55:31 -0600 Subject: [PATCH] Create index.js --- website/functions/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 website/functions/index.js diff --git a/website/functions/index.js b/website/functions/index.js new file mode 100644 index 00000000..bd698a23 --- /dev/null +++ b/website/functions/index.js @@ -0,0 +1,8 @@ +const functions = require('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!"); +// });