Skip to content

Releases: firebase/firebase-tools

v3.5.0

09 Mar 16:19

Choose a tag to compare

  • Adds Cloud Functions for Firebase support, including function deployment and functions:* commands.
  • database:profile command provides performance profiling insights for the Realtime Database.
  • Some new features of the CLI require additional authorization scopes. You may be asked to sign in again with firebase login --reauth.

v3.4.0

24 Feb 19:11

Choose a tag to compare

  • auth:import now supports SHA1 and SHA256 hash algorithms

v3.3.0

15 Feb 19:16

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

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

Choose a tag to compare

  • Fixed issue that would occasionally cause deploys to fail.

v3.2.1

22 Dec 01:22

Choose a tag to compare

  • Update uuid package to avoid deprecation issues
  • Help text language improved

v3.2.0

22 Nov 19:08

Choose a tag to compare

  • auth:import now supports BCRYPT and SHA_512 algorithms
  • Removed unused dependencies

v3.1.0

02 Nov 18:35

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

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

Choose a tag to compare

  • Fixed bug causing error on deploy for some users.