add functions

This commit is contained in:
Andrew
2023-02-17 11:45:10 +00:00
parent e34c05ddc9
commit e970403087
8 changed files with 6742 additions and 1 deletions

9
functions/index.js Normal file
View File

@ -0,0 +1,9 @@
const functions = require("firebase-functions");
// // Create and deploy your first functions
// // https://firebase.google.com/docs/functions/get-started
//
// exports.helloWorld = functions.https.onRequest((request, response) => {
// functions.logger.info("Hello logs!", {structuredData: true});
// response.send("Hello from Firebase!");
// });