Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
firebase-tools ^11.30.0 -> ^14.17.0 age confidence

Release Notes

firebase/firebase-tools (firebase-tools)

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)

v14.5.1

Compare Source

  • Fixed an issue where 'firestore.database' was accidentally treated as a required field. (#​8678)

v14.5.0

Compare Source

  • WARNING - This version accidentally included a breaking change where firestore.database was treated as a required field in firebase.json. This is addressed in 14.5.1.
  • Improve log messages on skipped App Hosting source deploys. (#​8674)
  • Fixed issue in init where users were forced to specify emulator UI port (#​8626)
  • Added MCP tools for App Hosting (#​8605)
  • Fixed crash when starting the App Hosting emulator in certain applications (#​8624)
  • Fixed issue where, with webframeworks enabled, firebase init hosting re-prompts users for source. (#​8587)
  • Updated typescript version in functions template to avoid build issue with @​google-cloud/storage depedency (#​8194)
  • Updated the Firebase Data Connect local toolkit to v2.6.2, which includes the following changes: (#​8667)
    • Improved error messages of auth.uid in CEL expressions when unauthenticated.
    • Fixed a bug where ExecuteGraphql with vector embedding in emulator fails due to missing context.
  • Improved firebase init firestore + firebase deploy flow on a fresh new project without going to Console (#​8653)
  • Added support for Angular v20 to Firebase Hosting (#​8672)

v14.4.0

Compare Source

  • Added firebase experimental:mcp command, which runs an MCP server for AI assistants to interact with Firebase resources.
  • Updated supported runtimes for functions. Default python runtime is now 3.13. (#​8534)
  • Fixed issue where Secret Manager API was not automatically enabled for functions using secrets. (#​8528)
  • Changed artifact registry cleanup policy error to warn for CI/CD workloads #​8513
  • Enhance firebase init apphosting to support local source deploys. (#​8479)
  • Fixed issue where firebase init hosting:github didn't correctly parse the repo input. (#​8536)
  • Add GCP API client functions to support App Hosting deploy from source feature. (#​8545)
  • Fixed an issue where Extensions, Cloud Functions, and App Hosting would run into issues on projects where the default compute service account was changed.
  • Changed firebase init template for functions to pin runtime version on init. (#​8553)
  • Fix an issue where updating a Cloud Function that retires would add incorrect fields to the updateMask. (#​8560)
  • Fixed multi tenancy support for SSO users in the auth emulator (#​8544)
  • Add SDK autoinit capabilities to App Hosting emulator. (#​8582)
  • Provision App Hosting compute service account during init flow. (#​8580)
  • Updated the Firebase Data Connect local toolkit to v2.6.1, which includes the following changes: (#​8598)
    • Fixed a bug where @transaction continued to execute after errors and produces more confusing errors.
    • Fixed a bug where rolled-back fields in @transaction returned bogus data that had been invalidated by the rollback. They now correctly return null with a corresponding error "(rolled back)".
    • Disallow @check on side-effect fields if the mutation doesn't have @transaction.
    • Improved error messages when reading a field of null in CEL expressions.
    • Updated the underlying Go dependency version from v1.22.2 to v1.22.12.
    • Added the response binding to Server Values and @check(expr:) CEL expressions.

v14.3.1

Compare Source

  • Fixed issue where firebase init firestore would raise an error due to rules/indexes file path being undefined. (#​8518)
  • Fixed an issue where firebase use required serviceusage.viewer permissions. (#​8519)

v14.3.0

Compare Source

  • Fixed an issue where the prompt to create apphosting.emulator.yaml did not work with backends that are not at the project.root (#​8412)
  • Fixed an issue where Terms of Service acceptance would be checked for non-human users.
  • Fixed an issue where Cloud Resource Manager was called without checking whether it is enabled on the user's project.
  • Updated the Firebase Data Connect local toolkit to v2.5.0, which includes the following changes: (#​8514)
    • Fixed an issue where some server value expression errors incorrectly abort mutation execution.
    • Added README generation to Angular codegen, which explains how to use generated query and mutation injector functions.
  • Updated emulator UI to v1.15.0, which fixes some issues when running on Firebase Studio.

v14.2.2

Compare Source

  • Cleaned up prompt for setting up web frameworks during init dataconnect.
  • Fixed an issue were the Emualtor suite would check for auth when using demo- projects.
  • Updated the Firebase Data Connect local toolkit to v2.4.0, which adds support for add and remove list update transforms and fixes an issue where updating a column to null was ignored. (#​8484)

v14.2.1

Compare Source

  • Fixed version for init genkit. Previously it was looking for the version of the old package 'genkit' instead of th new 'genkit-cli'.
  • Updated the Firebase Data Connect local toolkit to v2.3.1, which contains the following changes: (#​8455)
    • Added support for inc and dec update transforms for Date and Timestamp scalars.
    • Fixed a bug where OR and AND clauses may be evaluated in the incorrect order.
    • Fixed an issue where {includes: $var} or {includesAll: [$var]} clauses should be dropped if $var is missing.

v14.2.0

Compare Source

  • Fixed an issue in the extensions emulator where parameter default values would not be substitued into resource definitions.
  • Keep artifact registry dry run off for policy changes (#​8419)
  • Allowed users to create paid Cloud SQL instances for Data Connect when the free trial has already been used.
  • Updated the Firebase Data Connect local toolkit to v2.2.0, which contains the following changes: (#​8434)
    • Added support for aggregate functions on singular fields.
    • Added the ability to get an operation name without calling the ref function in generated web SDK.
    • Properly enforced one-of validation on inc, dec, append, and prepend update transforms. Existing deployed connectors that violate this constraint will still work, but will need to be fixed to use list syntax before being re-deployed.
    • Fixed an issue so that when using mutations with no variables, correct types are passed in.

v14.1.0

Compare Source

  • Fixed an issue where the Extensions emulator did not provide fall back values for v2 Firestore event triggers. (#​8390)
  • Fixed issue with prompt when Data Connect prompts user for framework generation.
  • Fixed a bug where the Admin SDK fails with ENOTFOUND when automatically connecting to the Data Connect emulator when run in the Functions emulator. (#​8379)
  • Updated the Firebase Data Connect local toolkit to v2.1.0 which includes the following changes: (#​8400)
    • Added support for update transforms.
    • Added support for server value expressions for Int, Float, String, Date, Timestamp, and UUID data types.
    • Fixed an issue where CommonJS modules don't reference ref functions properly.

v14.0.1

Compare Source

  • Fixed a bug where the Admin SDK would not automatically connect to the Data Connect emulator when run in the Functions emulator. (#​8379)
  • Fix Cloud Functions deployment failure when service account is null. (#​8381)

v14.0.0

Compare Source

  • BREAKING(general)! Removed support for node 18.
  • BREAKING(apphosting)! init emulators App Hosting flow now creates apphosting.emulator.yaml with references to live secrets rather than apphosting.local.yaml with saved plaintext. apphosting:config:export command has been removed (#​8361)
  • BREAKING(apphosting)! Removed --location flag from apphosting commands. Instead, commands now prompt for primary region as needed.
  • BREAKING(dataconnect)! deploy dataconnect now warns about unsafe connector changes and insecure operations.
  • BREAKING(cloud functions)! Removed the experimental:functions:shell command. Use functions:shell instead.
  • Updated the Firebase Data Connect local toolkit to v2.0.0, which contains the following changes: (#​8370)
    • Added support for aggregate functions in queries.
    • BREAKING: New types for Generated React SDKs.
    • Improved description of various auto-generated mutation fields.
    • Fixed an issue where pnpm users' SDKs aren't linked properly.
  • apphosting:secrets:grantAccess can now grant access to emails and can grant multiple secrets at once (#​8357)
  • apphosting:secrets:set now has flows to help with test secrets (#​8359)
  • Updated init dataconnect templates to v1.
  • Fixed a bug where the emulator suite would set FIREBASE_DATACONNECT_EMULATOR_HOST instead of FIREBASE_DATA_CONNECT_EMULATOR_HOST.
  • Fixed a bug in Auth emulator where accounts:lookup is case-sensitive for emails (#​8344)
  • Fixed a bug where function deploys didn't support shorthand notation and parameterized service account (#​8366)
  • Fixed an issue where sql:setup would incorrectly remove the cloudsqlsuperuser role from firebasesuperuser (#​8363)
  • Fixed a bug where appdistribution:testers:list would error out if there were no testers.
  • Fixed a bug where Vertex AI API would not be automatically enabled when emulating Data Connect services that use it.

v13.35.1

Compare Source

  • Fix bug where functions:artifacts:setpolicy command's --none option didn't work as expected (#​8330)

v13.35.0

Compare Source

  • Added support for generated Angular SDKs for Data Connect
  • App Hosting emulator can now load secret env vars. (#​8305)
  • Fixed webframeworks deployments when using multiple hosting sites in firebase.json. (#​8314)
  • Added a new command to setup a cleanup policy for functions artifacts. (#​8268)
  • Added support for 3rd party builders for Angular. (#​7557)
  • Fixed GCF V2 artifact cleanup by correctly encoding artifact names to match GCF V2's format. (#​8318)
  • Increase emulator UI body parser limit to match Storage emulator maximum. (#​8329)
  • Fixed Data Connect setup issues for fresh databases due to IAM user not being created. (#​8335)
  • Fixed an issue where ext:install used POSIX file seperators on Windows machines. (#​8326)
  • Updated the Firebase Data Connect local toolkit to v1.9.2, which adds support for generated Angular SDKs and updates Dart SDK fields to follow best practices. (#​8347)
  • Fixed an issue where credentials from firebase login would not be correctly provided to the Data Connect emulator.
  • Fixed misleading comments in firebase init dataconnect connector.yaml template.
  • Improved Data Connect SQL permissions to better handle tables owned by IAM roles. (#​8339)
  • Fixed an issue where the Data Connect emulator would crash after some SQL errors.

v13.34.0

Compare Source

  • Fix webframeworks deployments when using site in firebase.json. (#​8295)
  • Add support for brownfield project onboard dataconnect:sql:setup. (#​8150)
  • Update the Firebase Data Connect local toolkit to v1.8.5, which includes the following changes: (#​8310)
    • Fix the Int and Int64 scalars to correctly validate the int32 and int64 ranges, respectively.
    • Fix the generated web SDK so that pnpm properly uses the link functionality.

v13.33.0

Compare Source

  • Fixed issue where apps:init fails to detect the output directory when it was run in a directory where app was the only module.
  • Set LOG_EXECUTION_ID=true by default for Cloud Functions (2nd gen) to improve debugging by displaying execution IDs in logs. (#​8276)
  • Fix bug where function deployment no-oped for functions in bad state. (#​8289)
  • Updated the Firebase Data Connect local toolkit to v1.8.4 which includes the following changes: (#​8290)
    • React hooks for mutations without args no longer require undefined to be passed when calling mutate.
    • Fixed import resolution when moduleResolution is set to bundler.
    • React code generation will now generate a README explaining how to use generated query and mutation hook functions.
    • Fixed an issue where React developers have to pass in an empty object even when all fields are optional.
    • Fixed an issue where FirebaseError wasn't being passed into UseMutationOptions.

v13.32.0

Compare Source

  • Replaced VSCODE_CWD check to address issues running in VSCode environments. (#​7471)
  • Added initial delay when loading python functions (#​8239)
  • Enforced webframeworks enablement only on webframeworks sites (#​8168)
  • Fixed issue where apps:init throws an error upon app creation.
  • Reenabled prompts for unused service deletion in deploy --only.
  • Update Firebase Data Connect local toolkit to v1.8.3, which includes the following changes: (#​8263)
    • Adds a _metadata.distance field to vector similarity search results
    • Fixes auth and request.auth when the request is unauthenticated
    • Fixes an issue with hanging commas in import statements in the generated Web SDK
    • Fixes an issue where the additional union type { __angular?: true } breaks type inference in the generated Web SDK

v13.31.2

Compare Source

  • Fixed an issue where --import path was incorrectly resolved for the Data Connect emulator. (#​8219)
  • Updated the Firebase Data Connect local toolkit to v1.8.2 which fixes an issue with a missing FirebaseError import. (#​8232)

v13.31.1

Compare Source

  • Fixed issue where firebase init dataconnect would crash on React-based web apps.
  • Updated the Firebase Data Connect local toolkit to v.1.8.1, which:
    • Fixed issue where users who are using a version lower than 11.3.0 of firebase get a "missing import" error.

v13.31.0

Compare Source

  • Switched Data Connect from v1beta API to v1 API.
  • Added code generation of React hooks for Data Connect
  • Genkit init improvements around gcloud login and flow input values.
  • Added new command apps:init under experimental flag (appsinit) that automatically detects what SDK to download and places the file in the corresponding place.
  • Removed dependencies on some packages and methods that caused deprecation warnings on Node 22.
  • Fixes symbol generation when uploading Unity 6 symbols to Crashlytics. (#​7867)
  • Fixed SSR issues in Angular 19 by adding support for default and reqHandler exports. (#​8145)
  • Added Angular 19 as supported version. (#​8145)
  • Fixed appdistribution:testers:list raising an error when a tester is not part of any group. (#​8191)
  • Updated the Firebase Data Connect local toolkit to v1.8.0, which includes several changes: (#​8210)
    • Adds support for the v1 Data Connect API in the emulator
    • Adds support for generated React SDKs
    • Fixes @check to also be evaluated for admin auth
    • Fixes CEL expressions to be able to access @redact fields

v13.30.0

Compare Source

  • Fixed issue where Extensions deployment fails due to *.firebasestorage.app not being recognized as a valid Storage bucket name. (#​8152)
  • Fixes issue with custom 404 pages not being returned in Next.js in the emulator (#​8035).
  • Annotate onCallGenkit functions to allow for future Firebase Console annotations (#​8135)
  • Adds genkit 1.0.0 template (#​8144)

v13.29.3

Compare Source

  • Fixed a Data Connect emulator issue where prepared statements would be persisted after terminated connections.
  • Added a warning when deploying a Genkit function without a secret as this is likely a bug (#​8138)
  • Fixed .env.* files for web frameworks in Windows (#​8086)
  • Updated the Firebase Data Connect local toolkit to v1.7.7, which includes fixes in Dart code generation around required argument typing, and changes the emulator to always serve local connector sources and surface errors if they're invalid or schema migration fails. (#​8153)

v13.29.2

Compare Source

  • Updated cross-env and cross-spawn dependencies to avoid vulnerable versions. (#​7979)
  • Fixed an issue with the Data Connect emulator where dataDir and --export were relative to the current directory insead of firebase.json.
  • init dataconnect now suggests DNS compatible service IDs.
  • Updated the Firebase Data Connect local toolkit to v1.7.6, which includes several bug fixes:
    • Fixed an issue in generated Dart code when an operation name ends in a number
    • Fixed an issue with @check and @redact directives on list fields
    • Fixed an issue with null literals in any type fields

v13.29.1

Compare Source

  • Fixed an issue where clearData with no tables would cause the Data Connect emulator to crash.
  • Fixed an issue where the Data Connect emulator would crash with Error: Unreachable.

v13.29.0

Compare Source

  • Changes default CF3 runtime to nodejs22 (#​8037)
  • Fixed an issue where --import would error for the Data Connect emulator if dataDir was also set.
  • Fixed an issue where firebase init dataconnect errored when importing a schema with no GQL files.
  • Fixed an issue where the Data Connect emulator would not cleanly shut down Postgres and corrupt data. (#​8044)
  • CF3 callables can now be annotate with a genkit action they are serving. (#​8039)
  • HTTPS functions can now be upgraded to HTTPS Callable functions. (#​8039)
  • Update default tsconfig to support more modern defaults. (#​8039)
  • Added validation for project ID and project name during firebase init (#​2514)
  • Update the Firebase Data Connect local toolkit to v1.7.5, which includes a fix for Kotlin codegen that ensures that generated XxxKeys.kt files include the required @file:UseSerializers(UUIDSerializer::class) annotation. (#​8058)

v13.28.0

Compare Source

  • Enable apphosting:rollouts:create command. (#​8031)
  • Added default value for emulators.dataconnect.dataDir to init dataconnect.
  • Fixed issue where expired auth tokens would not refresh when running on IDX.
  • Fixed an issue where firebase would error out instead of displaying help text.
  • Fixed an issue where firebase init genkit would error on Windows machines.
  • Fixed an issue where emulator returned error when emulating alerts functions written in python (#​8019)
  • Better error message for emulator binary architecture incompatibility on MacOS (#​7995).
  • Deprecated emulators.apphosting.startCommandOverride. Please use emulators.apphosting.startCommand instead.
  • Updated superstatic to 9.1.0 in package.json.
  • Updated the Firebase Data Connect local toolkit to v1.7.4, which includes a fix for an issue that caused duplicate installations of the Firebase JS SDK. (#​8028)
  • Add support for linkProviderUserInfo in the Auth emulator to allow linking providers to user accounts. (#​4170)

Note: these binaries were regenerated and re-uploaded after accidentally being overwritten by v13.29.0 binaries. (12/12/2024)

v13.27.0

Compare Source

  • Fixes an issue where emulators:exec would return a 0 error code when emulators failed to start. (#​7974)
  • Added --import and emulators:export support to the Data Connect emulator.
  • Added firebase.json#emulators.dataconnect.dataDir. When set, Data Connect data will be persisted to the configured directory between emulator runs.
  • Added App Hosting Emulator: https://firebase.google.com/docs/app-hosting/emulate
  • Added apphosting:config:export to export App Hosting configurations such as secrets into an apphosting.local.yaml file, to be used by the emulator

v13.26.0

Compare Source

  • Migrated some API calls from firebase.googleapis.com to cloudresourcemanager.googleapis.com.
  • Moved firebase-tools-ui server.js logic to fireabse-tools to run it in-memory. (#​7897)
  • Updates superstatic to 9.1.0 (#​7929).
  • Added the appdistribution:group:list and appdistribution:testers:list commands.
  • Aliased appdistribution:group:* commands to appdistribution:groups:*.
  • Updated the Firebase Data Connect local toolkit to v1.7.3, which includes:
    • Bug fixes for @auth expressions that reference the auth variable
    • Allows custom boolean claims on the auth token to be returned in expressions
    • Adds support for Optional arrays in Swift codegen
    • Updates Kotlin codegen to use fully-qualified class names everywhere
    • Removes StringType_pattern from generated docs and GQL prelude. (#​7968)

v13.25.0

Compare Source

  • Fix Task Queue Emulator error handling to display error message properly. (#​7916)
  • Fixed some misleading logs when using the Data Connect emulator with FIREBASE_DATACONNECT_POSTGRESQL_STRING set. (#​7882)
  • Update the Firebase Data Connect local toolkit to v1.7.0, which includes support for query in mutations, @check for advanced authorization, and replaces java.util.Date with com.google.firebase.dataconnect.LocalDate for Date scalar fields and variables in Kotlin codegen. (#​7936)
  • Fixed firebase init genkit to work with genkit version 0.9.0.

v13.24.2

Compare Source

  • Bump the Firebase Data Connect local toolkit to v1.6.1, which fixes the OrderDirection enum with Optional types in Dart codegen and adds @ExperimentalFirebaseDataConnect annotations in Kotlin codegen to avoid compiler warnings. (#​7912)

v13.24.1

Compare Source

  • Fixes an issue where Cloud resource location wasn't set during firebase init

v13.24.0

Compare Source

  • Fixes an error creating a rollout with App Hosting in the beta API (#​7896)
  • Added support for Next.js 15. (#​7588)

v13.23.1

Compare Source

  • Check that billing is enabled and move App Hosting next to Hosting in init list (#​7871).
  • Fix rollouts:create to handle backend regionality & other fixes. (#​7862)
  • Fixed Next.js issue with PPR routes not rendering correctly. (#​7625)
  • Bump the Firebase Data Connect local toolkit version to v1.6.0, which adds support for upsertMany, introduces vars as a shorthand for request.variables in @auth expressions, adds new methods to GeneratedConnector and GeneratedOperation implementations in Kotlin codegen (requires the v16.0.0-beta03 SDK), and fixes the use of Timestamp with optional types in Dart codegen (#​7888).

v13.23.0

Compare Source

  • Add support for deploying new blocking triggers. (#​6384)
  • Have the firestore:delete command retry on bandwidth exceeded errors. (#​7845)

v13.22.1

Compare Source

  • Updated dependencies in functions initialization template. (#​7809)
  • Fixed Flutter web apps that might require the --no-tree-shake-icons flag in order to build. (#​7724)
  • Removed outdated dependency on rimraf.
  • Fixed an issue where the Extensions emulator would fail silently if started with a non-existant project without the demo- prefix. (#​7779)
  • Bumped the Firebase Data Connect local toolkit version to v1.5.1, which adds compatible mode schema migration support to the emulator and fixes an issue with the Timestamp type in Swif

Configuration

📅 Schedule: Branch creation - "after 7am on the first day of the month" (UTC), 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 1, 2025
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch from 0b82a0e to 4629614 Compare April 3, 2025 00:34
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 2 times, most recently from 1102d52 to c7db2b4 Compare April 24, 2025 00:53
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 3 times, most recently from aca767c to ba55650 Compare May 8, 2025 00:26
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 2 times, most recently from 02df8ef to fa1a5a5 Compare May 16, 2025 04:40
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 3 times, most recently from 41235d3 to 3a52b95 Compare June 4, 2025 23:31
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch from 3a52b95 to 95008d6 Compare June 12, 2025 17:59
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 2 times, most recently from 83b7692 to 544b3a5 Compare June 27, 2025 04:50
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch from 544b3a5 to b128526 Compare July 1, 2025 15:42
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 3 times, most recently from 63819c8 to 96b03c3 Compare July 17, 2025 09:51
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch from 96b03c3 to 83ec4ee Compare July 23, 2025 00:48
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch from 83ec4ee to d1f0a9f Compare July 30, 2025 23:57
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 3 times, most recently from f3cbeb1 to 7af0b94 Compare August 13, 2025 12:11
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 4 times, most recently from eac653a to c9a52fb Compare August 22, 2025 00:14
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 2 times, most recently from 3aadb38 to 6980354 Compare August 31, 2025 11:47
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 2 times, most recently from fcdd23d to 4f2755c Compare September 10, 2025 23:05
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch from 4f2755c to 31a93ff Compare September 17, 2025 23:10
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch from 31a93ff to 31cda80 Compare September 25, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants