- Improved command loading performance by implementing lazy loading.
- [BREAKING] Changed
firestore:backups:list --jsonto return alistBackupsResponseobject instead of a raw array of backups. - [BREAKING] Removed support for '.bolt' rules files.
- [BREAKING] Removed support for running emulators with Java versions prior to 21.
- Add a confirmation in
firebase init dataconnectbefore asking for app idea description. (#9282) - [BREAKING] Removed deprecated
firebase --open-sesameandfirebase --close-sesamecommands. Usefirebase experiments:enableandfirebase experiments:disableinstead. - [BREAKING] Enforce strict timeout validation for functions. (#9540)