Releases: firebase/firebase-tools
Releases · firebase/firebase-tools
v2.1.0
- Added
login:ci
command for generating token for Continuous Integration systems. - Added support for
FIREBASE_TOKEN
environment variable in addition to--token
.
v2.0.2
- Added
--interactive
flag to force interactive mode for faulty TTY detection. - Rewrites, redirects, and headers now deploy properly if
"public"
key is absent fromfirebase.json
but--public
flag is provided. - Malformed
firebase.json
now errors out instead of hanging.
v2.0.1
- Added back in the
--public
flag forfirebase deploy
which was accidentally dropped in the2.0.0
release. - Fixed an issue with the deploy progress bar that caused crashes for some users when run in non-interactive mode.
v2.0.0
- All accounts created on or after October 13, 2015 must use version 2.0.0 or greater of the CLI to facilitate Google account login.
- Added
firebase data:*
commands for accessing and modifying Firebase databases. - Added
firebase serve
local development server for Firebase Hosting. - Added ability to deploy Security Rules and Hosting assets separately.
- Added
--token
option for passing an access token in CI environments. - Added
--json
option for machine-readable output. - CLI login now takes place in the browser.
- The command
firebase delete-site
is nowfirebase disable:hosting
. - All command outputs have been re-worked and made more consistent.
- Improved the
firebase init
workflow. - The
firebase bootstrap
command has been removed. - The
--email
and--password
flags have been removed.
v1.2.0
- Add ability to run
firebase deploy
from any directory inside Firebase app. - Fix bug causing large site deploys to hang or fail silently.
- Reports granular error location if
firebase.json
file can't be parsed.
v1.1.6
- Added ability to set
X-UA-Compatible
,X-Content-Type-Options
,X-Frame-Options
, andX-XSS-Protection
headers to requests.
v1.1.5
- Upgraded Firebase dependency to 2.1.x.
- The
firebase bootstrap
andfirebase deploy
commands no longer rely on temporary files / folders.