Skip to content

firebase-template:functions v0.0.1

Compare
Choose a tag to compare
@siarheidudko siarheidudko released this 29 Dec 12:04
16742ff
  • 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)