Skip to content

Releases: firebase/firebase-tools

v14.25.0

13 Nov 19:48

Choose a tag to compare

  • Added Node 24 support.
  • Updated superstatic to v10.
  • Fixed a crash during parallel deployments when buildConfig is empty (#9455)
  • [Added] support for new google-genai plugin during init genkit (#8957)
  • Updated to v2.17.1 of the Data Connect emulator, which fixes an admin SDK bug for operation without argument #9449 (#9454).
  • Fixed "Precondition failed" error when updating GCFv2 functions in a FAILED state without code changes.

v14.24.2

10 Nov 18:14

Choose a tag to compare

  • Fixes MCP server issue where googleapis is not available. (#9443)

v14.24.1

07 Nov 19:27

Choose a tag to compare

  • Fixed issue where MCP server was blocked by console.log

v14.24.0

05 Nov 23:18

Choose a tag to compare

  • Adds 2nd gen Firebase Data Connect triggers to firebase deploy (#9394).
  • Upgrades @google-cloud/pubsub to v5 (#9428).
  • Updated to v2.17.0 of the Data Connect emulator, which includes internal improvements and now supports Generated Admin SDKs (#9430).

v14.23.0

30 Oct 22:41

Choose a tag to compare

  • Fix the __name__ normalization of vector indexes for Firestore standard
    edition databases.
  • Fixed an issue where the emulator would fail to start when using firebase-functions v7+ (#9401).
  • Added functions.list_functions as a MCP tool (#9369)
  • Added AI Logic to firebase init CLI command and firebase_init MCP tool. (#9185)
  • Improved error messages for Firebase AI Logic provisioning during 'firebase init' (#9377)
  • Fixed issue where 'init hosting' failed to prompt for the public directory and set up Hosting files (#9403)
  • Added appdistribution:testcases:export and appdistribution:testcases:import (#9397)
  • Updated to v2.16.0 of the Data Connect emulator, which includes internal improvements.
  • Data Connect now allows executing a valid query / operation even if the other operations are invalid. (This toleration provides convenience on a best-effort basis. Some errors like invalid syntax can still cause the whole request to be rejected.)
  • Fixed enum list deserialization in Data Connect generated Dart SDKs.
  • Added GraphQL __typename support in Data Connect.
  • Support enum values in Data Connect CEL expressions.
  • Support _id, a global ID field in Data Connect.
  • Updated to v0.8.17 of the Pub/Sub emulator, which includes vulnerability fixes.

v14.22.0

23 Oct 22:16

Choose a tag to compare

  • Added 'hosting' to the 'firebase_init' MCP tool (#9375)
  • Revert logic to abort function deploys in non-interactive mode when secrets are missing. (#9378)

v14.21.0

22 Oct 22:56

Choose a tag to compare

  • Added a command firebase firestore:databases:clone to clone a Firestore database (#9262).
  • Added JSON format support for Cloud Functions secrets with --format json flag and auto-detection from file extensions (#1745)
  • firebase dataconnect:sdk:generate will run init dataconnect:sdk automatically if no SDKs are configured (#9325).
  • Tightened --only filter resolution for functions deployment to prefer codebase names (#9353)
  • Fixed an issue where the Data Connect emulator would attempt to export data when FIREBASE_DATACONNECT_POSTGRESQL_STRING is set (#9330)
  • Added functions.disallowLegacyRuntimeConfig option to firebase.json to optionally skip fetching legacy Runtime Config during function deploys (#9354)
  • Updated to v2.15.1 of the Data Connect emulator, which includes internal improvements (#9366)
  • Updated Data Connect Dart SDK's default import path to import 'dataconnect_generated/generated.dart'; (#9365)

v14.20.0

15 Oct 22:32

Choose a tag to compare

  • Add a confirmation in firebase init dataconnect before asking for app idea description. (#9282)
  • Add a command firebase dataconnect:execute to run queries and mutations (#9274).
  • Updated to v2.15.0 of the Data Connect emulator, which changes Dart SDKs to have generated objects use Object.hashAll()

v14.19.1

08 Oct 16:51

Choose a tag to compare

  • Fix a bug where CloudSQL instances creation fails. Default to Postgres 15 until backend supports higher versions. (#9279)

v14.19.0

07 Oct 21:18

Choose a tag to compare

  • Deprecated Java versions below 21. Support will be dropped in Firebase CLI v15. Please upgrade to Java version 21 or above to continue using the emulators.
  • Fix Functions MCP log tool to normalize sort order and surface Cloud Logging error details (#9247)
  • Fixed an issue where firebase init would require log in even when no project is selected. (#9251)
  • Added remoteconfig:experiments:get, remoteconfig:experiments:list, and remoteconfig:experiments:delete commands to manage Remote Config experiments.
  • Added remoteconfig:rollouts:get, remoteconfig:rollouts:list, and remoteconfig:rollouts:delete commands to manage Remote Config rollouts.