summaryrefslogtreecommitdiff
path: root/functions/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions/index.js')
-rw-r--r--functions/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/functions/index.js b/functions/index.js
new file mode 100644
index 0000000..bd698a2
--- /dev/null
+++ b/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!");
+// });