Skip to content

Firebase Cloud Functions

Ting Chen edited this page Nov 15, 2021 · 3 revisions

Firebase Cloud Functions

To update toolchain, run

$ npm install -g firebase-tools

To update the package dependencies

$ cd Jigsaw/Jigsaw-functions
$ npm audit fix  # To find the packages that need to be fixed, and fix them automatically (if possible)
$ npm install --save firebase-functions@latest

To deploy the functions to Firebase

$ firebase deploy --only functions

More to add here

https://firebase.google.com/docs/ios/setup https://console.firebase.google.com/u/1/project/jigsaw-25200/settings/general/ios:edu.duke.mobilecenter.Jigsaw

Clone this wiki locally