Releases: firebase/firebase-tools
Releases · firebase/firebase-tools
v3.15.4
- 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
- Fixed bug where updating a function reset its timeout and memory allocation to defaults.
v3.15.2
- Fixed bugs with
firebase firestore:delete
.
v3.15.1
- Added support for emulation of Firestore functions with
firebase experimental:functions:shell
.
v3.15.0
- Adds support for rules deploys to multiple Realtime Database instances.
- Improved zip speed for functions deploys.
v3.14.0
- 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
- Fixed bug where local functions emulation does not print a friendly error message when there are syntax errors in the code.
v3.13.0
- 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
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
- feature - Added
experimental:functions:shell
command for emulating and invoking functions via an interactive shell. Instructions for usage at https://goo.gl/arxNr5.