Added firebase functions to the project

This commit is contained in:
Mariano Uvalle 2019-04-07 17:16:47 -05:00
parent 094f1d5df0
commit 8ce0441b12
10 changed files with 3027 additions and 7 deletions

8
functions/src/index.ts Normal file
View 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!");
// });