documents using functions

This commit is contained in:
msramalho
2023-12-01 11:17:36 +00:00
parent f4e88ba954
commit 50cb64716b
6 changed files with 903 additions and 50 deletions

View File

@@ -28,4 +28,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
1. install firebase locally
2. login to your firebase account with `firebase login`
3. make sure you have access to the project `firebase projects:list`
4. build `yarn build` and then release `firebase deploy --only hosting`
4. build `yarn build` and then release `firebase deploy --only hosting`
5. to update schedule functions `firebase deploy --only functions`