Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

v0.0.2

Latest

Choose a tag to compare

@dinko7 dinko7 released this 13 Mar 18:28
· 3 commits to master since this release
c8a5a6c

CLI

  • Fix session recovery issue.
  • Fix deploy and delete function naming issues.
  • init command now enables the required GCP APIs automatically.

Framework

  • Http functions now support Firebase Auth by default
  • Function expects Authorization: Bearer <token> where token is the Firebase Auth IdToken
  • Authentication can be disabled by using the annotation @Http(auth: false)
  • IdToken is available as a named parameter in all signatures of the Http function: {required IdToken token}