changelog for 6.1.1 (#1029)

This commit is contained in:
Bryan Kendall
2018-11-20 13:08:46 -08:00
committed by GitHub
parent ee0995ca2f
commit 2fa24eae75

View File

@@ -0,0 +1,4 @@
fixed - In v6.1.0, `firebase serve` automatically emulated Realtime Database and Firestore in addition to HTTPS functions and hosting. Now, only HTTPS functions and hosting are emulated by default. To emulate Realtime Database and Firestore, use the `only` flag (e.g. `firebase serve --only database,firestore`).
fixed - Error handling in Hosting deployment has been improved.
fixed - Progress bar in Hosting deployment has been fixed.
fixed - Project name is displayed when deleting all collections in Firestore.