summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2019-05-30 13:40:36 +0200
committerGitHub <noreply@github.com>2019-05-30 13:40:36 +0200
commitea7c9b5205ea2b5d8c80df97f73b9b422f46c924 (patch)
treea02d2c07fdd54b39267e064dd1b9a7bb5d9f43f4
parentf11eeea934de38a8dad9403d315696db47ad0357 (diff)
Delete index.js
-rw-r--r--functions/index.js8
1 files changed, 0 insertions, 8 deletions
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!");
-// });