Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2025

This PR contains the following updates:

Package Change Age Confidence
firebase-tools 14.5.114.27.0 age confidence

Release Notes

firebase/firebase-tools (firebase-tools)

v14.27.0

Compare Source

  • Fixed issue where MCP server didn't detect if iOS app uses Crashlytics in projects that use project.pbxproj (#​9515)
  • Add logic to synchronize v2 scheduled function timeout with Cloud Schduler's attempt deadline (#​9544)
  • Prevent deployments of Next.js apps vulnerable to CVE-2025-66478 (#​9572)
  • Updated Data Connect emulator to v2.17.3:
    • Fixed Swift codegen: Include FirebaseCore import in the connector keys file.
    • Fixed a bug where debug details of Internal errors were swallowed: #​9508

v14.26.0

Compare Source

  • Add support for nodejs24 (beta) runtime for Cloud Functions for Firebase. (#​9475)
  • Adds listServices and also defines trigger within runv2.ts (#​9482)
  • Updates the firebase init functions template to use firebase-functions 7.0.0 (#​9496)
  • Updated to v2.17.2 of the Data Connect emulator, which fixes a bug with handling of optional enum lists in generated Flutter SDKs. (#​9391)

v14.25.1

Compare Source

  • Fixed an issue that was causing the MCP server to fail to start when run from directories with deeply nested children.

v14.25.0

Compare Source

  • 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

Compare Source

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

v14.24.1

Compare Source

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

v14.24.0

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

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

v14.19.0

Compare Source

  • 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.

v14.18.0

Compare Source

  • Fixed an issue with deploying indexes to Firestore Enterprise edition databases where explicit __name__ fields could be incorrectly handled.
  • Graduated the MCP server from experiemental, and renamed the experimental:mcp command to mcp. The old name is now an alias.
  • Consolidated some MCP tools to reduce the total number presented to LLMs.
  • Renamed some MCP tools for clarity.
  • Renamed the deploy MCP prompt to firebase_deploy for consistency.
  • Added a firebase_read_resources MCP tool which can be used by LLMs to fetch guides or docs via firebase:// links.
  • Added a new /firebase:init MCP prompt which can guide you through setting up backend services or Firebase AI logic for your app.
  • firebase_update_environment MCP tool supports accepting Gemini in Firebase Terms of Service.
  • Fixed a bug when firebase init dataconnect failed to create a React app when launched from VS Code extension (#​9171).
  • Added seed_data.gql to Data Connect's initial movie template (#​9232).
  • firebase dataconnect:sql:migrate now supports Cloud SQL instances with only private IPs. The command must be run in the same VPC of the instance to work. (##​9200)
  • CloudSQL instances created with firebase deploy now default to Postgres 17.
  • Improved the clarity of the firebase apptesting:execute command when you have zero or multiple apps.
  • Fixed an issue where firebase deploy --only firestore would fail with 403 errors on projects that never had a database created.
  • Fixed an issue where deploying multiple Hosting sites with Functions could encounter a race condition (#​9235).
  • Updated the Data Connect local dev toolkit to 2.14.0, which includes the following changes:
    • Fixed a bug where @default(value) and @default(expr) is not validated on enum fields.
    • JS/Kotlin codegen: Issue where if no response type was generated, generation would crash.
    • Dart codegen: Fixed issue where if field name doesn't match name of enum, compilation breaks
    • Dart codegen: Override == to allow for equality between data classes.

v14.17.0

Compare Source

  • Change dataconnect's default region to us-east4 (#​9126)

v14.16.0

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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.

v14.11.1

Compare Source

  • Added a deprecation warning for functions.config() to stderr on deploy and all functions:config commands. (#​8808)
  • Added analytics to track runtime config usage in functions deployments (#​8870).
  • 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.
  • Add service account and service enablement to firebase init apptesting
  • Updated the Firebase Data Connect local toolkit to v2.10.1, which includes the following changes: (#​8884)
    • [fixed] Dart codegen: Issue where list enums weren't properly serialized and deserialized.
    • [fixed] Dart codegen: Issue where if a Variable class has a field that is a custom scalar type, and that field has an enum, the enum is set to the incorrect type.
    • [fixed] Swift codegen: For enum cases that are not known to the SDK in advance, Swift generates a _UNKNOWN case with a string associated value. The fix changes that case name from UNKNOWN to _UNKNOWN. If you have existing generated enums, you may need to rebuild your project.
    • [changed] Kotlin codegen: Add value property to the EnumValue base interface.
    • [fixed] Dart codegen: Issue where nullable enum fields weren't setting the field itself as nullable.

v14.11.0

Compare Source

  • Add experimental App Testing feature
  • Fixed an issue where the Cloud Task emulator couldn't decode non-ASCII characters. (#​8836)
  • Fixed an issue where firestore:indexes wrongly removed the __name__ field. (#​7629)
  • Update Firebase Data Connect Emulator to version 2.10.0, which added support for full-text search, user-defined enums, and moved SQL/CEL errors to the GraphQL debug_details field. (#​8837)

v14.10.1

Compare Source

  • Updated Data Connect emulator to v2.9.1, which:
    • Replaces the release of v2.9.0, which used an outdated version of Data Connect emulator.
    • Fixed an issue in Data Connect where indexes over 63 characters broke schema migration.
    • Added support for string_pattern filters in Data Connect. These allow you to filter string fields using regex or LIKE semantics.
  • Fixed an issue where firebase-tools could not be used within v1 Cloud Functions due to trying to write to a read only file.

v14.10.0

Compare Source

  • Improve App Hosting compute service account flow for source deploys. (#​8785)
  • Fixed an issue with ext:configure where params without default values could not be set. (#​8810)
  • Updated Data Connect emulator to v2.9.0, which:
    • Fixed an issue in Data Connect where indexes over 63 characters broke schema migration.
    • Added support for string_pattern filters in Data Connect. These allow you to filter string fields using regex or LIKE semantics.
  • Fixed an issue where the Data Connect emulator wasn't provided application default credentials. (#​8819)

v14.9.0

Compare Source

  • Added validation to check if project ID exists during project creation. (#​5233)
  • Added generate_dataconnect_schema, dataconnect_generate_operation, firebase_consult_assistant MCP tools. (#​8647)
  • firebase init dataconnect is now integrated with Gemini in Firebase API to generate Schema based on description. (#​8596)
  • Added user-friendly warning for runtime errors from the GCF API. (#​8713)
  • Updated Data Connect emulator to 2.8.0, which adds a README to generated Kotlin packages and drops support for macOS 10.15 (Catalina).

v14.8.0

Compare Source

  • Updated the Data Connect emulator to use pglite 0.3.x and Postgres 17, which fixes some crashes related to wire protocol inconsistencies. (#​8679, #​8658)
  • Remove container cleanup logic in functions:delete command (#​8771)
  • Fixed an issue where the IAM enablement for GenKit monitoring would try to change an invalid service account. (#​8756)
  • Added a max instance default to function templates and comments educating users on cost controls. (#​8772)
  • Added caching to API enablement checks to reduce burn of serviceusage.googleapis.com quota.
  • Updated the Firebase Data Connect local toolkit to v2.7.1, which includes the following changes
    • Kotlin codegen: Add a default value for the block_ parameter to execute() so that it is not necessary to specify empty {} for operations with optional variables and none are specified.
    • Web SDK READMEs will link to other web framework READMEs for better discoverability.

v14.7.0

Compare Source

  • Add emulator support to firebase storage MCP tools. (#​8707)
  • Removed overeager error catch in functions:list.
  • Add validation during firebase init feature selection. (#​5232)
  • Fixed an issue where the extensions emulator did not work with demo- projects. (#​8720)
  • Fixed issue where --export-on-exit fails if the target directory does not exist. (#​4688)
  • Fixed issue where the Firebase MCP server could not use application default credentials. (#​8671)
  • Updated the Firebase Data Connect local toolkit to v2.7.0, which includes the following changes: (#​8743)
    • Fixed an issue where unwanted link dependencies are added to package.json when multiple package managers are used in a web project.
    • Added linter warnings for naming convention violations & missing join table @table(key).

v14.6.0

Compare Source

  • Fixed issue where projects:create didn't correctly parse the projectId and displayName input. (#​8634)
  • Improved GetDatabase API call caching for Firestore function deployments. (#​8681)
  • Increased timeout for linking CloudSQL instances to Data Connect.
  • Fixed issue where firebase use --add didn't correctly set the active project. (#​8694)
  • Correctly support '--database' flag in firestore:delete. (#​6753)
  • Always setup Data Connect SDK when FDC_CONNECTOR env var is set.
  • firebase init now uses FIREBASE_PROJECT env var as the default project name.
  • Add emulator support to firestore MCP tools. (#​8700)
  • Increased npm timeout for web frameworks to 60s. (#​8702)
  • Fallback to reading web framework dependencies version directly from node_modules package.json when the npm timeout is reached. (#​8702)
  • Updated the Firebase Data Connect local toolkit to v2.6.3, which includes some cleanups and error message improvements. (#​8667)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 28, 2025

🚀 Deployed to Preview Environment 🚀

ℹ️ This preview will expire in 2026-01-07T14:34:45.697436868Z.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 28, 2025

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • Major version jump: Updated from 14.5.1 to 14.27.0 (22 minor versions)
  • Security improvements: Fixed vulnerabilities in Next.js apps (CVE-2025-66478) and unzip util preventing directory traversal
  • Enhanced functionality: Added Node.js 24 support, new MCP tools, Data Connect improvements, and various bug fixes
  • Dependency updates: Major updates to @google-cloud/pubsub (v4 → v5), @electric-sql/pglite (0.2.17 → 0.3.14), and superstatic (v9 → v10)
  • No breaking changes: All updates maintain backward compatibility for existing CLI usage patterns

🎯 Impact Scope Investigation

  • Limited scope: firebase-tools is only used as a devDependency for deployment (bun run deploy commands)
  • No direct code usage: The codebase uses Firebase client SDK (firebase package at v11.8.1) but not firebase-tools APIs
  • Configuration compatibility: Current firebase.json (hosting-only config) remains fully compatible
  • Environment variables: No changes needed for BUN_PUBLIC_FIREBASE_* variables
  • Build process: No impact on custom Bun build script or development workflow

💡 Recommended Actions

  • Immediate merge: Safe to merge without any code changes required
  • Deployment commands: Existing bun run deploy and bun run deploy:preview will continue working
  • Testing suggestion: After merge, verify deployment still works with a test deploy to preview channel
  • No configuration changes: Firebase.json and environment variables remain unchanged

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch from 819dcfe to 9b08bbd Compare December 7, 2025 01:09
@renovate renovate bot changed the title chore(deps): update dependency firebase-tools to v14.26.0 chore(deps): update dependency firebase-tools to v14.27.0 Dec 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant