restructured file management part 2

This commit is contained in:
art
2019-10-29 10:50:10 -05:00
parent 590e8424e7
commit 6902521d6b
193 changed files with 0 additions and 0 deletions

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