Releases: omer-ayhan/firebase-tools-cli
Releases · omer-ayhan/firebase-tools-cli
Release v6.0.0
v6.0.0 (2026-03-07)
Breaking changes
- Export output simplified to a single compact importable JSON format (removed detailed export + pretty printing).
- Firestore export flags/behavior changed (subcollections now opt-in; new performance flags like
--concurrency,--gzip).
Highlights
- Faster Firestore exports: parallel collection processing + streaming output.
firestore:querynow supports collection group queries (--collection-group/-g).- Added Bun runtime support (with CI coverage).
- Multiple security & reliability fixes across auth/init/import/export.
Included PRs
- #64 Add feature request issue template
- #61 Firestore: collection group queries + docs
- #60 CI: Bun runtime support
- #57 Firestore export performance rewrite
- #56 Remove detailed export format / pretty printing
- #55 CI: conventional title/commit checks
- #44 Security & reliability fixes
- #58 Version 6.0.0 Release
🎉 Published to NPM: npm install firebase-tools-cli@6.0.0
📦 NPM Package: https://www.npmjs.com/package/firebase-tools-cli/v/6.0.0
🔄 Version Update: A PR has been automatically created to update package.json version in the main branch.
Release v0.5.9
What's Changed
- updated the README for a detailed and concise project explanation
- updated the CONTRIBUTING documentation
Full Changelog: v0.5.8...v0.5.9
Release v0.5.8
Added
- Reauthenticate login prompt feature
- Detailed query options for Firestore query command
- RTDB detailed query improvements
- Structure update for RTDB commands
- Deployment scripts for tag release
- YAML file security and environment improvements
Changed
- Remove docs command to optimize bundle size
- Missing prettier formatting applied
Infrastructure
- Deployment YAML scripts and documentation
- Various deployment and CI/CD improvements
v0.5.1
- Added single-command Firebase export/import operations for streamlined data management.
- Enhanced Firebase query operations with detailed execution and JSON output support.
- Implemented single-command real-time database export/import functionality.
- Added comprehensive JSON output for real-time database query operations.
- Added JSON format converter to transform ordinary JSON data into Remote Config format ready for import.