adding in functions and al
This commit is contained in:
@@ -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!");
|
||||
// });
|
||||
Reference in New Issue
Block a user