Releases: firebase/firebase-tools
Releases · firebase/firebase-tools
v3.3.0
auth:export
command allows exporting users from Firebase Auth to JSON or CSV.
v3.2.3
- Improvements to
auth:import
: support forlastSignedInAt
andcreatedAt
fields, no hash algorithm required for non-password users, support forPBKDF2_SHA256
algorithm.
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:import
now supports BCRYPT and SHA_512 algorithms- Removed unused dependencies
v3.1.0
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
- 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.
v3.0.6
- 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
- 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.