To deploy client/server code:
gcloud app deploy
To deploy firebase cloud functions:
firebase deploy
npm run serve to run server npm run serve to run client
npm run build to build
node admin.js to run admin functions
| Name | Name | Last commit date | ||
|---|---|---|---|---|
To deploy client/server code:
gcloud app deploy
To deploy firebase cloud functions:
firebase deploy
npm run serve to run server npm run serve to run client
npm run build to build
node admin.js to run admin functions