Releases: dudko-dev/firebase-template-functions
Releases · dudko-dev/firebase-template-functions
firebase-template:functions v0.0.4
- Updated dependencies.
firebase-template:functions v0.0.3
- Files not related to runtime are excluded from the source codes of functions.
- Updated dependencies.
- Removed glob from dependencies.
firebase-template:functions v0.0.2
firebase-template:functions v0.0.1
- Basic project settings and CI/CD.
- The basic structure of the project.
- Scripts for encrypting/decrypting environment variables and service accounts.
- Trigger for creating a user in the Firestore when registering in Firebase.Auth.
- Trigger for deleting a user in the Firestore when deleting from Firebase.Auth.
- One gRPC function
app
with one unprotected methodv1_ping
. - One http
api
function with one non protected routev1/ping
and one protected routev1/user
and methodsget
andpatch
. (requires firebase token ID for authentication)