Skip to content

Releases: firebase/firebase-tools

v14.17.0

17 Sep 21:21
2a443b7
Compare
Choose a tag to compare
  • Change dataconnect's default region to us-east4 (#9126)

v14.16.0

10 Sep 22:37
Compare
Choose a tag to compare
  • Added firestore:bulkdelete which initiates a Firestore managed bulk delete operation (#8974)
  • Added firestore:operations:* commands to list, describe, and cancel long-running operations (#8982)
  • firebase emulator:start use a default project demo-no-project if no project can be found. (#9072)
  • firebase init dataconnect also supports bootstrapping flutter template. (#9084)
  • Fixed a vulnerability in unzip util where files could be written outside of the expected output directory.
  • firebase init dataconnect confirms Cloud SQL provisioning. (#9095)
  • MCP firebase_init tool can download an existing FDC service returned from dataconnect_list_services (#9091)
  • Updated the Firebase Data Connect local toolkit to v2.13.0, which adds validation that checks that _insert data includes all non-null columns without defaults. (#9106)
  • Added firebase_login and firebase_logout MCP tools.

v14.15.2

03 Sep 23:04
Compare
Choose a tag to compare
  • Added support for auth token JSON in dataconnect_execute MPC tool. (#9046)
  • Fixed issue where firebase-ios-sdk could not finalize MFA with auth emulator. (#9062)
  • Fixed the bugs when MCP tools cannot connect to emulator due to CLI version mis-matched. (#9068)
  • Fixed a bug where firebase dataconnect:sdk:generate --watch swallowed all logs. (#9055)
  • Added GA4 agent user property to tag CLI usage by coding agents. (#9070)
  • Consolidated Data Connect MCP tools into dataconnect_info tool to surface information of local workspace and backend resources. (#9056)

v14.15.1

28 Aug 22:09
Compare
Choose a tag to compare
  • Fixed an issue where core MCP tools would be excluded from listTools. (#9045)
  • Fixed an issue where the MCP server would fail to identify active projects.
  • Added new dataconnect_compile MCP tool.

v14.15.0

27 Aug 23:26
Compare
Choose a tag to compare
  • Added additional Crashlytics tools for debugging/analyzing crashes (#9020)
  • Updated Data Connect local toolkit to 2.12, which
    • Added ImpersonateQuery, ImpersonateMutation and IntrospectGraphql APIs to the Firebase Data Connect emulator
    • Added support for Firebase JS SDK v12

v14.14.0

21 Aug 23:02
Compare
Choose a tag to compare
  • Fixed the SQL permission bug in sql:migrate. (#9018)
  • firebase init dataconnect:sdk generate consistent fixed package names (#9021)
  • Added configDir configuration option to specify a custom directory for .env files in Functions (#9000)

v14.13.0

21 Aug 01:49
Compare
Choose a tag to compare
  • Updated Data Connect emulator to v2.11.2, which:
    • [fixed] Fixed an issue causing SQL errors when combining aggregates and full-text search.
  • Fixed a bug when deploying firestore indexes failed due to broken index comparison logic (#8859)
  • Added prefix support for multi-instance Cloud Functions extension parameters. (#8911)
  • Make it possible to init a dataconnect project in non interactive mode (#8993)
  • Added 2 new MCP tools for crashlytics get_sample_crash_for_issue and get_issue_details (#8995)
  • Use Gemini to generate schema and seed_data.gql in firebase init dataconnect (#8988)
  • Fixed a bug when firebase deploy --only dataconnect didn't include GQL files in nested folders (#8981)
  • Changed firebase deploy create Cloud SQL instances asynchronously (#9004)
  • Fixed an issue where 'database' deploys did not read source code correctly (#8985)

v14.12.1

15 Aug 00:25
Compare
Choose a tag to compare
  • Updated runtime config deprecation warning to no longer shows for v1 functions that only use default Firebase config. (#8963)
  • Fixed an issue where 'dataconnect:migrate' would use an invalid temporary password when connecting to enterprise plus CloudSQL instances.
  • Updated Data Connect emulator to v2.11.1, which:
    • [added] Add an app watch that collects embedded GQL into the connector folder.
    • [fixed] Handle foreign key constraint error as FailedPrecondition.
  • [Added] Support for creating Firestore Enterprise databases using firestore:databases:create --edition enterprise. (#8952)
  • [Added] Support for Firestore Enterprise database index configurations. (#8939)
  • [fixed] MCP: The get_sdk_config tool now properly returns decoded file content for Android and iOS.
  • [added] MCP: prompts are now supported with a deploy prompt as the first available.

v14.12.0

06 Aug 23:11
Compare
Choose a tag to compare
  • Fixed issue where __name__ fields with DESCENDING order were incorrectly filtered from index listings, causing duplicate index issues (#7629) and deployment conflicts (#8859). The fix now preserves __name__ fields with explicit DESCENDING order while filtering out implicit ASCENDING __name__ fields.
  • Fixed an issue where firebase init dataconnect didn't enable the Data Connect API by default (#8927).
  • Add firebase init aitools to help developers set up Firebase AI tools in their projects (#8949).
  • Updated the Firebase Data Connect local toolkit to v2.11.0, which includes the following changes (#8948):
    • [Fixed] Kotlin code generation with enums
    • [Fixed] Deploying schemas with enums would report false breaking changes
    • [Added] Support for ordering results by aggregate fields (min/max/count/sum/avg).
    • [Added] Support for built-in and user-defined enums to LLM Tools generation.

v14.11.2

30 Jul 23:13
Compare
Choose a tag to compare
  • Fixed ext:export command so that it correctly returns system params in the .env file (#8881)
  • Fixed an issue where the MCP server could not successfully use Application Default Credentials. (#8896)
  • Fixed an issue where the incorrect API was enabled for apptesting commands.