elianiva / raise-hope-functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raise-Hope Function

Repository to keep the firebase functions for the Raise-Hope project. See the mobile app repository here

How to run the code

$ cd auth-function
$ npm install
$ npm run build:watch

How to deploy the function

either by starting the whole emulator

$ firebase emulators:start

or by deploying the function

$ cd auth-function
$ npm serve

About


Languages

Language:TypeScript 100.0%