The back-end Cloud Functions maintaining RIVAlumni's Firestore operations.
Use Git to download the source code.
git clone https://github.com/RIVAlumni/RIVADatabaseOps-Functions.git
And use Firebase Tools to initialize the Functions emulator.
npm i -g firebase-tools@latest
firebase init functions
firebase init emulators
- Run
firebase emulators:start --only firestore,functions
- Run
firebase functions:log
- Check for any errors.
Note: This project is intended to only be used by RIVAlumni
Should you have any difficulties, please create a new issue and describe clearly the issue with reproducible steps.
Note: Any pull requests that change the firestore
ruleset will be rejected. Should you feel a need to change the ruleset, please create a new issue.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Aaron Teo — RIVAlumni