-
Notifications
You must be signed in to change notification settings - Fork 0
Firebase Cloud Functions
Ting Chen edited this page Nov 15, 2021
·
3 revisions
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