Added firebase functions to the project
This commit is contained in:
parent
094f1d5df0
commit
8ce0441b12
10 changed files with 3027 additions and 7 deletions
8
functions/src/index.ts
Normal file
8
functions/src/index.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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) => {
|
||||
// response.send("Hello from Firebase!");
|
||||
// });
|
||||
Loading…
Add table
Add a link
Reference in a new issue