Skip to content

Releases: firebase/firebase-tools

v3.3.0

15 Feb 19:16
Compare
Choose a tag to compare
  • auth:export command allows exporting users from Firebase Auth to JSON or CSV.

v3.2.3

10 Feb 23:32
Compare
Choose a tag to compare
  • Improvements to auth:import: support for lastSignedInAt and createdAt fields, no hash algorithm required for non-password users, support for PBKDF2_SHA256 algorithm.

v3.2.2

03 Feb 00:35
Compare
Choose a tag to compare
  • Fixed issue that would occasionally cause deploys to fail.

v3.2.1

22 Dec 01:22
Compare
Choose a tag to compare
  • Update uuid package to avoid deprecation issues
  • Help text language improved

v3.2.0

22 Nov 19:08
Compare
Choose a tag to compare
  • auth:import now supports BCRYPT and SHA_512 algorithms
  • Removed unused dependencies

v3.1.0

02 Nov 18:35
Compare
Choose a tag to compare
  • auth:import command allows importing users to Firebase Auth from CSV or JSON.
  • Removed unused dependencies.
  • Deploys are more reliable for organization-owned projects.

v3.0.8

30 Sep 19:07
Compare
Choose a tag to compare
  • Deploying bolt rules in Windows should now work.
  • Temp files are now deleted after deploy completes.

v3.0.7

12 Aug 00:43
Compare
Choose a tag to compare
  • Fixed bug causing error on deploy for some users.

v3.0.6

03 Aug 01:33
Compare
Choose a tag to compare
  • Bolt rules now deploy correctly after regression in 3.0.5.
  • Provide proper warning when Database Rules has no top-level rules key.
  • firebase init for Database now works when no project is selected as default.
  • Removed Hosting deploy race condition causing some deploys to fail with 400 error.

v3.0.5

01 Aug 21:27
Compare
Choose a tag to compare
  • Database Rules now have format preserved on deploy.
  • Warn when firebase.json has mixed old/new formats.
  • Hosting deployment will no longer error with large file counts.