Skip to content

Releases: firebase/firebase-tools

v3.15.4

30 Nov 19:28
Compare
Choose a tag to compare
  • Improved functions deployment speed and reliability when not using custom configuration variables.
  • Functions deploy no longer fails if firebase-tools is unable to delete temporary directories.

v3.15.3

22 Nov 22:14
Compare
Choose a tag to compare
  • Fixed bug where updating a function reset its timeout and memory allocation to defaults.

v3.15.2

16 Nov 23:57
Compare
Choose a tag to compare
  • Fixed bugs with firebase firestore:delete.

v3.15.1

15 Nov 19:58
Compare
Choose a tag to compare
  • Added support for emulation of Firestore functions with firebase experimental:functions:shell.

v3.15.0

10 Nov 19:10
Compare
Choose a tag to compare
  • Adds support for rules deploys to multiple Realtime Database instances.
  • Improved zip speed for functions deploys.

v3.14.0

30 Oct 21:05
Compare
Choose a tag to compare
  • Adds firestore:indexes command to list Cloud Firestore indexes.
  • Tolerate leading/trailing slashes in firestore:delete command.
  • Cloud Function deploys will retry on failure in some circumstances.
  • Cloud Firestore rules can be deployed without indexes.
  • Fixed bug in firestore:delete --all-collections.

v3.13.1

04 Oct 21:24
Compare
Choose a tag to compare
  • Fixed bug where local functions emulation does not print a friendly error message when there are syntax errors in the code.

v3.13.0

03 Oct 16:58
Compare
Choose a tag to compare
  • Cloud Firestore is now available!
  • Added deployment of Cloud Firestore rules and indexes with firebase deploy.
  • Added firestore:delete command to manage Cloud Firestore data deletion.
  • Added target:* commands for grouping deployable resources.
  • Added multi-bucket Cloud Storage rules deployment via targets.
  • Realtime Database syntax errors are now caught earlier in deploy process.

v3.12.0

18 Sep 22:28
Compare
Choose a tag to compare
  • auth:import now supports standard SCrypt, SHA512, and importing phone numbers.
  • Fixed regression causing Hosting + Functions emulation to respond with 500 errors.

v3.11.0

15 Sep 18:16
Compare
Choose a tag to compare
  • feature - Added experimental:functions:shell command for emulating and invoking functions via an interactive shell. Instructions for usage at https://goo.gl/arxNr5.