Init firebase

This commit is contained in:
Callum Gilchrist
2022-10-01 12:38:27 +01:00
parent 62d1045a3a
commit b047798895
11 changed files with 2131 additions and 0 deletions

9
functions/index.js Normal file
View File

@@ -0,0 +1,9 @@
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) => {
// functions.logger.info("Hello logs!", {structuredData: true});
// response.send("Hello from Firebase!");
// });