Skip to content

Releases: omer-ayhan/firebase-tools-cli

Release v6.0.0

07 Mar 14:58
c4f7fb4

Choose a tag to compare

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:query now 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

06 Jul 10:40
ad9826d

Choose a tag to compare

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

05 Jul 22:43
89433bc

Choose a tag to compare

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

22 Jun 23:52

Choose a tag to compare

  • 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.