[go: up one dir, main page]

Skip to content

Releases: firebase/firebase-tools

v2.1.1

10 Dec 18:16
Compare
Choose a tag to compare
  • Improved error messaging for parse errors in the firebase.json
  • Allow firebase deploy to work if only "rules" is specified
  • Fix double-nested "rules" issue when compiling with Bolt

v2.1.0

09 Nov 19:49
Compare
Choose a tag to compare
  • 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

19 Oct 21:45
Compare
Choose a tag to compare
  • Added --interactive flag to force interactive mode for faulty TTY detection.
  • Rewrites, redirects, and headers now deploy properly if "public" key is absent from firebase.json but --public flag is provided.
  • Malformed firebase.json now errors out instead of hanging.

v2.0.1

15 Oct 23:13
Compare
Choose a tag to compare
  • Added back in the --public flag for firebase deploy which was accidentally dropped in the 2.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

13 Oct 05:17
Compare
Choose a tag to compare
  • 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 now firebase 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

03 Jun 23:03
Compare
Choose a tag to compare
  • 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

06 Apr 23:21
Compare
Choose a tag to compare
  • Added ability to set X-UA-Compatible, X-Content-Type-Options, X-Frame-Options, and X-XSS-Protection headers to requests.

v1.1.5

26 Jan 20:08
Compare
Choose a tag to compare
  • Upgraded Firebase dependency to 2.1.x.
  • The firebase bootstrap and firebase deploy commands no longer rely on temporary files / folders.

v1.1.4

26 Oct 21:40
Compare
Choose a tag to compare
  • Fixed wrong error message for when an incorrect password is provided.

v1.1.3

22 Oct 22:26
Compare
Choose a tag to compare
  • Improved error messaging on login / token validation if the CLI version is out of date.
  • Fixed progress bar so it does not stick at 100% at the end of long uploads.