This repository was archived by the owner on Dec 8, 2025. It is now read-only.
Releases: dinko7/dartblaze
Releases · dinko7/dartblaze
v0.0.2
CLI
- Fix session recovery issue.
- Fix
deployanddeletefunction naming issues. initcommand 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) IdTokenis available as a named parameter in all signatures of the Http function:{required IdToken token}