Releases: firebase/firebase-tools
Releases · firebase/firebase-tools
v3.5.0
- Adds Cloud Functions for Firebase support, including function deployment and
functions:*commands. database:profilecommand 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
auth:importnow supportsSHA1andSHA256hash algorithms
v3.3.0
auth:exportcommand allows exporting users from Firebase Auth to JSON or CSV.
v3.2.3
- Improvements to
auth:import: support forlastSignedInAtandcreatedAtfields, no hash algorithm required for non-password users, support forPBKDF2_SHA256algorithm.
v3.2.2
- Fixed issue that would occasionally cause deploys to fail.
v3.2.1
- Update uuid package to avoid deprecation issues
- Help text language improved
v3.2.0
auth:importnow supports BCRYPT and SHA_512 algorithms- Removed unused dependencies
v3.1.0
auth:importcommand allows importing users to Firebase Auth from CSV or JSON.- Removed unused dependencies.
- Deploys are more reliable for organization-owned projects.
v3.0.8
- Deploying bolt rules in Windows should now work.
- Temp files are now deleted after deploy completes.
v3.0.7
- Fixed bug causing error on deploy for some users.