deleting 404 sheets automatically in the scheduled function

This commit is contained in:
msramalho
2024-03-12 19:05:04 +00:00
parent 3101db4d24
commit 9382e71270
8 changed files with 757 additions and 166 deletions

View File

@@ -30,5 +30,7 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
3. make sure you have access to the project `firebase projects:list`
4. build `yarn build` and then release `firebase deploy --only hosting`
5. to update schedule functions `firebase deploy --only functions`
6. to update secrets use `firebase functions:secrets:set SECRET_NAME` more info [here](https://firebase.google.com/docs/functions/config-env?gen=2nd#managing_secrets)
1. `API_SERVICE_PASSWORD` for the auto-archiver-api
6. if you add any library to a function, install it inside the `/functions` folder and not in the root folder
7. to update secrets use `firebase functions:secrets:set SECRET_NAME` more info [here](https://firebase.google.com/docs/functions/config-env?gen=2nd#managing_secrets)
1. `API_SERVICE_PASSWORD` for the auto-archiver-api
2. `GOOGLE_API_CLIENT_EMAIL` and `GOOGLE_API_PRIVATE_KEY` for the scheduled function to validate sheets exist