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
either by starting the whole emulator
$ firebase emulators:start
or by deploying the function
$ cd auth-function
$ npm serve