Skip to content

Releases: dudko-dev/firebase-template-functions

firebase-template:functions v0.0.4

22 Aug 08:07
d86e049
Compare
Choose a tag to compare

firebase-template:functions v0.0.3

18 Jun 17:38
33d8dfc
Compare
Choose a tag to compare
  • 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

08 Jan 17:02
4231406
Compare
Choose a tag to compare
  • The trigger for creating a user in the firestore has been updated (rollback from Identity Platform to Firebase Authentication). you can use both options.
image image

firebase-template:functions v0.0.1

29 Dec 12:04
16742ff
Compare
Choose a tag to compare
  • 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 method v1_ping.
  • One http api function with one non protected route v1/ping and one protected route v1/user and methods get and patch. (requires firebase token ID for authentication)