From e168d8c3735bc4a25979591d1dd7f6339da3354f Mon Sep 17 00:00:00 2001 From: TrueKuehli Date: Thu, 27 Sep 2018 14:43:44 +0200 Subject: Initialized Firebase --- functions/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 functions/index.js (limited to 'functions/index.js') 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!"); +// }); -- cgit v1.2.3-54-g00ecf