Releases: firebase/firebase-tools
Releases · firebase/firebase-tools
v15.15.0
Immutable
release. Only release title and notes can be modified.
- Add foundation for being smarter about where to place functions when the region is not specified (#10293)
- Updated Pub/Sub emulator to version 0.8.30
- Renamed Data Connect displayed text to SQL Connect (#10270)
- Added support for the experimental Cloud Functions for Firebase Dart SDK behind the
dartfunctionsflag - Updated the SQL Connect emulator to v3.4.5, including internal bug fixes (#10336)
v15.14.0
Immutable
release. Only release title and notes can be modified.
- Added Enterprise Edition support to the Firestore emulator. Configure it by setting
firebase.json#firestore.editionorfirebase.json#emulators.firestore.edition. - Fixed an issue where functions deployments would silently fail (#6989)
- Fixed issue where the CLI isn't able to correctly parse command arguments on PowerShell (#7506)
- Add support for Next.js 16 middleware (
proxy.ts/proxy.js) (#9631) - Updates the default region for new App Hosting backends to us-east4 (#10271)
- Fix Next.js image optimization detection in client components (#10228)
- Updates Firebase Data Connect emulator to v3.4.1 (#10290)
- Upgraded Go runtime to 1.25.9.
- Bug fix: Fixed an issue that caused Angular SDK generation to fail.
v15.13.0
Immutable
release. Only release title and notes can be modified.
v15.12.0
Immutable
release. Only release title and notes can be modified.
- Moved MCP server
firebase-debug.logto~/.cache/firebase/firebase-debug.log. (#9982) - Added a prompt to
firebase initto install Agent Skills for Firebase. - Updated the Firebase Data Connect local toolkit to v3.3.1, which includes the following changes: (#10190)
- [added] Support for configuring client-side caching in connector.yaml / generate section
v15.11.0
Immutable
release. Only release title and notes can be modified.
- Add support for
dataAccessModein Firestore database creation. This allows choosing betweenFIRESTORE_NATIVEandMONGODB_COMPATIBLEfor Enterprise edition databases. - Updated Firestore Emulator to v1.20.4, which includes minor bug fixes for Firestore Native Mode.
- Added
apptesting:executecommand to run App Testing agent tests from YAML files. - Updated Data Connect emulator to v3.3.0:
firebase dataconnect:sdk:generatenow performs compilation check first before generating SDKs.- Updated the Golang dependency version from 1.24.13 to 1.25.8, which removes support for macOS versions prior to Monterey.
- Prevent concurrent execution of operations. #9866
- Support for skip and include directives.
- Vector similarity search now supports
offsetas well aslimit
v15.10.1
Immutable
release. Only release title and notes can be modified.
- Updated Pub/Sub emulator to version 0.8.29.
v15.10.0
Immutable
release. Only release title and notes can be modified.
- Add support for VPC direct connect in GCF 2nd gen (#10033)
- Added
--onlyflag foremulators:export(#4033) - Added support for custom PostgreSQL schema names in Data Connect. (#9271)
- When SSR web app features are detected in the
firebase init hostingflow, offer to switch to App Hosting (#9887) - Removed the experimental web frameworks prompt from
firebase init hosting(#9843) - Added
studio:exportcommand to export Firebase Studio projects to Antigravity.
v15.9.1
v15.9.0
Immutable
release. Only release title and notes can be modified.
- Added
*_EMULATOR_VERSIONenv variables to allow overriding specific versions of downloadable emulators - Updated the functions.config deprecation notice from March 2026 to March 2027 (#9941)
- Detects when App Hosting fails to deploy, returning an error. (#8866)
- Add
firestore_query_collectiontool back to MCP as it is not available in the OneMCP server yet. - Add support for custom resolvers in Firebase Data Connect (#9967)
- Updated the Firebase Data Connect local toolkit to v3.2.1, which includes the following changes: (#10022)
v15.8.0
Immutable
release. Only release title and notes can be modified.
- Corrects issue with updateService in runv2.ts (#9918)
- Updated suite of MCP tools for Firestore to include many new tools. Firestore tools no longer support emulator mode.
- Updated the Firebase Data Connect local toolkit to v3.2.0, which includes the following changes: (#9975)
- Support for uuidV7()
- Support for custom PostgreSQL schema names.