adding in functions and al

This commit is contained in:
talksik
2022-06-01 18:19:22 -05:00
parent d06a3a6523
commit 5f80bfea7c
11 changed files with 10834 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import * as functions from "firebase-functions";
// // Start writing Firebase Functions
// // https://firebase.google.com/docs/functions/typescript
//
// export const helloWorld = functions.https.onRequest((request, response) => {
// functions.logger.info("Hello logs!", {structuredData: true});
// response.send("Hello from Firebase!");
// });