Removed the prompt and backend deletion of Data Connect services during firebase deploy. Fixed firebase init dataconnect failing with ENOEXEC when creating a new template app. Also added support for setting the Google Cloud Storage test results bucket in apptesting:execute and appdistribution:distribute.
firebase-tools
Firebase SQL Connect genAI features now use the new Agent Service API. The Firebase Data Connect local toolkit updated to v3.4.10 with extended client cache consistency validation to include conflicts with schema field names.
Fixed a CloudSQLConnectorError unhandled exception during Data Connect deployments and an issue where auth:export didn't escape double quotes for CSV format. Added support for 6 more identity providers in auth:import and auth:export commands, and updated Data Connect toolkit to v3.4.9 with nested mutations support and QueryFetchPolicy fixes.
Cloud Run functions now support secret environment variables. Default timeout for Dart functions increased to 60 seconds when not explicitly set, and undefined regions are resolved earlier during the build to backend resolution phase.
- Added support for creating search indexes for Firestore. (#10431)
- Fixed an issue where some MCP tools would error with "Invalid input: expected r...
- Updated Firestore Emulator to v1.21.0, which adds support for subqueries and new stages like let(...), as well as allowing setting database-edition ...
- 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...
- Added Enterprise Edition support to the Firestore emulator. Configure it by setting
firebase.json#firestore.editionor `firebase.json#emulators.fi...
- Add validation to check if backendId exists in
firebase.jsonwhen--onlyflag is used. (#10161) - Updated default Postgres version for Data Con...
- Moved MCP server
firebase-debug.logto~/.cache/firebase/firebase-debug.log. (#9982) - Added a prompt to
firebase initto install Agent Skill...
- Add support for
dataAccessModein Firestore database creation. This allows choosing betweenFIRESTORE_NATIVEandMONGODB_COMPATIBLEfor Enterp...
- Updated Pub/Sub emulator to version 0.8.29.
- Add support for VPC direct connect in GCF 2nd gen (#10033)
- Added
--onlyflag foremulators:export(#4033) - Added support for custom Postgre...
- Added support for
next.config.tsandnext.config.mtsin Next.js deployments (#9871) - Enabled free trials without a billing instrument for Fire...
- Added
*_EMULATOR_VERSIONenv variables to allow overriding specific versions of downloadable emulators - Updated the functions.config deprecation...
- Corrects issue with updateService in runv2.ts (#9918)
- Updated suite of MCP tools for Firestore to include many new tools. Firestore tools no long...
- Updated Python Functions template to use
firebase_functionsv0.5.x - Update the Firebase Data Connect local toolkit to v3.1.4, which includes the...
- Added support for enabling Firebase Authentication providers via
firebase deploy. You can configure providers infirebase.jsonlike so:
- Fixes issues with calls to
serviceusage(#9844)
- Added
firebase dataconnect:compilecommand. - Loads experiments earlier in CLI startup so they can be used earlier. (#9797)
- Fixed issue where ...
