🔥 Firebase Hosting

This commit is contained in:
Liyas Thomas
2019-10-03 15:16:39 +05:30
parent fe1034ce1a
commit c54b019d55
13 changed files with 2032 additions and 11 deletions

8
functions/index.js Normal file
View File

@@ -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!");
// });