From ea7c9b5205ea2b5d8c80df97f73b9b422f46c924 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Thu, 30 May 2019 13:40:36 +0200 Subject: Delete index.js --- functions/index.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 functions/index.js diff --git a/functions/index.js b/functions/index.js deleted file mode 100644 index bd698a2..0000000 --- a/functions/index.js +++ /dev/null @@ -1,8 +0,0 @@ -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