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

Releases: dinko7/dartblaze

v0.0.2

13 Mar 18:28
c8a5a6c

Choose a tag to compare

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}

v0.0.1+2

26 Feb 21:55

Choose a tag to compare

  • Support camel-cased functions in deploy and delete commands.

v0.0.1+1

25 Feb 09:59

Choose a tag to compare

CLI v0.0.1+1

  • Fix Terms and Conditions acceptance blocking the usage of the CLI on the first run.

Docs

  • Update Installation and CLI usage docs

v0.0.1

24 Feb 13:32

Choose a tag to compare

Dartblaze v0.0.1.

First version.