Skip to content

build: update dependency firebase-tools to v14 #31171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented May 21, 2025

This PR contains the following updates:

Package Type Update Change
firebase-tools devDependencies major ^9.2.1 -> ^14.0.0
firebase-tools devDependencies major ^11.0.1 -> ^14.0.0

Release Notes

firebase/firebase-tools (firebase-tools)

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 Swift codegen. (#​7837)
  • Fixed an issue during functions discovery where FUNCTIONS_DISCOVERY_TIMEOUT wasn't respected. (#​6285)
  • Improved handling when emulators:export cannot read the metadata file.

v13.22.0

Compare Source

  • Fixed an issue where running the CLI in IDX required immediate reauthentication.
  • Added App Hosting as an option for firebase init. (#​7803)

v13.21.0

Compare Source

  • Add apphosting:rollouts:create CLI command. (#​7687)
  • Updated emulator UI to version 1.14.0, which adds support for SDK defined extensions.
  • Added emulator support for SDK defined extensions.
  • Fixed various trigger handling issues in the Functions emualtor, including an issue where Eventarc functions would not be emulated correctly after a reload.
  • Added support for generating Dart SDKs for Data Connect connectors.
  • Commands now correctly default to 'default' alias when there is more than one alias listed. (#​7624)
  • Updated Data Connect emulator to v1.15.0, which includes bug fixes for insertMany and improved error handling.

v13.20.2

Compare Source

  • Released version 1.4.4 of the Data Connect emulator, which includes a change in node engine requirements from v20 to v18, and an update to the peer dependency for the web SDK.

v13.20.1

Compare Source

  • Updated the Firebase Data Connect local toolkit to v1.4.3, which includes a fix for URL redirects in the generated docsite. (#​7763)

v13.20.0

Compare Source

  • Switched Data Connect emulator to use an in memory PGLite database instead of requiring a separate Postgres installation. Deprecated 'dataconnectEmulatorin.firebaserc`.
  • Released version 1.4.2 of the Data Connect emulator, which includes SDK support for Any scalar type and OrderDirection, support for first to lookup operations, and breaking changes for iOS generated SDKs. PLease see documentation for more details (#​7744).
  • Revert the minimum Functions SDK version and add logging for extensions features using v5.1.0 (#​7731).
  • Added compatibility mode support for Firebase Data Connect schema migrations, where application schema updates are allowed if the database schema is in a compatible state. (#​7746)
  • Improved firebase init dataconnect to better support local-first onboarding. (#​7733)
  • Added support for the --watch option in firebase dataconnect:sdk:generate. (#​7719)
  • Minor fix in the Firebase Data Connect GraphQL query template. (#​7736)

v13.19.0

Compare Source

  • Updated Firebase Data Connect local toolkit version to v1.3.8, which adds support for Any scalar values in the Android SDK, strongly-typed variables in @auth expressions, and a minor internal fix for the Dart SDK code generation. (#​7696)
  • Added new command firebase ext:sdk:install to allow you to configure extensions in a functions codebase. See https://firebase.google.com/docs/extensions/install-extensions?interface=sdk for details.(#​7581)
  • Increased the minimum version of the firebase-functions to 5.1.0. To avoid deployment issues, ensure that you upgrade your functions code.

v13.18.0

Compare Source

  • Added firebase deploy --dry-run, which validates your changes and builds your code without making any production changes.
  • Added support for non-default Firestore databases in firebase init. (#​7655)
  • Updated supported range for Angular framework. (#​7418)
  • Fixed (Angular 17+) temporary change the PORT in Angular server.ts (#​6651)
  • Switched Data Connect API from v1alpha to v1beta. (#​7589)
  • Improved handling of Spark projects in firebase init dataconnect. (#​7666)
  • Updated Firebase Data Connect local toolkit version to v1.3.7, which adds support for v1beta gRPC APIs and the OrderDirection enum in Swift, and makes transactional queries and mutations opt-in with the @transaction directive. (#​7679)
  • Add dataconnect SQL grant command firebase dataconnect:sql:grant -R <role> -E email. (#​7656)
  • Added better handling for paths with spaces in getGlobalEsbuildVersion function. (#​7571)

v13.17.0

Compare Source

  • Re-added a dialog to let users know TLS is being provisioned in App Hosting. (#​7595)
  • Improved Firebase Data Connect postgres security by granting fine grained SQL privileges to the users the need it. (#​7578)
  • Removed dataconnect:sql:migrate command hard dependency on 'roles/cloudsql.admin'. (#​7578)
  • Added support for setting the encryption configuration of restored firestore databases. (#​7483)
  • Added support for VERIFY_AND_CHANGE_EMAIL events in the Auth emulator. (#​7618)
  • Updated the Firebase Data Connect toolkit to v1.3.6, which serves a generated GraphQL docsite under /docs. (#​7640)

v13.16.0

Compare Source

  • Added support for Cloud Tasks within the Functions emulator. (#​7475)
  • Released Firestore Emulator v 1.19.8 which adds support for FindNearest.distanceResultField and FindNearest.distanceThreshold parameters.
  • Temporarily removed Extensions from Functions deploy because it was causing unexpected Extension deletions. (#​7590, #​7582)

v13.15.4

Compare Source

  • Fixed an issue where functions deployment would fail if firebase.json#extensions was undefined. (#​7575)

v13.15.3

Compare Source

v13.15.2

Compare Source

  • Implemented a check in the Next.js build function to verify if
    .env.<PROJECT-ID> file exists and make its variables available for the build
    process.
  • Fix esbuild path used to bundle next.config.js on Windows (#​7555)
  • Updated to v1.3.5 of the Data Connect toolkit, which adds support for pgvector indexing and order_by_ref, and fixes bugs in SDK generation.

v13.15.1

Compare Source

  • Fixes secret params resolution in functions emulator. (#​7443)
  • Fixed bug where esbuild execution was throwing an error saying "Command line too long" on Windows (#​7250, #​6193). (#​7395)
  • Automatically detect app platform during init dataconnect:sdk.
  • Support sharp ^0.33.x for web frameworks. (#​7517)
  • Update Firebase Data Connect toolkit to v1.3.4, which supports offset, cascade delete support, always index all foreign fields and multiple generated SDK options. (#​7545)
  • Update Data Connect SDK Options Default to avoid duplicate output path. (#​7545)

v13.15.0

Compare Source

  • Fixed an issue where --force was not respected during firebase deploy --only storage. (#​7499)
  • Added support for Customer-managed encryption keys (CMEK) on Firestore databases. (#​7479)
  • Improved error message thrown when missing permissions to deploy to hosting. (#​7190)
  • Improved default values for 'init dataconnect:sdk'.
  • Fixed issue where functions:secrets:set wrongly errorred in non-interactive flows without force option (#​7467)
  • Bumped the Firebase Data Connect local toolkit version to v1.3.2, which includes some bug fixes. (#​7518)

v13.14.2

Compare Source

  • Improved notification message when an update is available. (#​7293)
  • Fix issue where Data Connect Emulator can't read config

v13.14.1

Compare Source

  • Bump Firebase Data Connect local toolkit to v1.3.1, which contains fixes for Swift SDK code generation (#​7491)

v13.14.0

Compare Source

  • Cleans up App Hosting's GitHub integration UX. "Add an account" flow now goes directly to GitHub instead of using Developer Connect. (#​7405)
  • Fix an issue where refresh_tokens would be used before checking whether they were expired. (#​7442)
  • firebase init dataconnect now can pull down deployed GQL files.
  • Improved detection of 'dataconnect.yaml' when not in project root.
  • GitHub Action fixes for web frameworks (#​6883)
  • Fixes issue where PubSub message publishTime is set to 1970-01-01T00:00:00 (#​7441)
  • Display meaningful error message when cannot determine target. (#​6594)
  • Adds support for firealerts events in Eventarc emulator. (#​7355)
  • Released version firebase-tools-ui@1.13.0, which adds Emulator UI support for firealerts events.
  • Improved errors when an incorrect service ID is passed to firebase deploy --only dataconnect:serviceId.
  • Fixed display of errors in Firestore commands when using JSON or noninteractive modes. (#​7482)
  • Fixed an issue where Firestore backup schedule commands had invalid short option names. (#​7481)
  • Bumps the Firebase Data Connect local toolkit to v1.3.0, which adds Swift SDK, @​index, @​unique, and batch insert support. (#​7486)

v13.13.3

Compare Source

  • Fix an issue where refresh_tokens would be used before checking whether they were expired. (#​7442)

v13.13.2

Compare Source

  • Fixes an issue where old access_token would be used after expiry. (#​7429)

v13.13.1

Compare Source

  • Pass down functions.ignore values in firebase.json to functions emulator so that supposedly ignored directories/files will not trigger reload. (#​7414)
  • Fixes bug where secret values provided in env files were parsed as list (#​7422)
  • Update the Firebase Data Connect emulator to v1.2.4, which includes a fix for web SDK generation on Windows and a change for the local Vertex AI client to pick up application default credentials automatically (#​7424)

v13.13.0

Compare Source

  • Fixes framework support for Nuxt ^3.12 by correctly calling loadNuxtConfig() (#​7375)
  • Add a default for firebase init dataconnect:sdk (#​7406)
  • Bump Firebase Data Connect emulator to v1.2.3, which adds support for @index on tables, @auth(level: USER_ANON/USER_EMAIL_VERIFIED), and key: {uid_expr: "auth.uid"}, and fixes some issues related to SDK generation (#​7409)

v13.12.0

Compare Source

  • Moved dataconnect.location key in firebase.json to dataconnect.yaml.
  • Fixes issue where files were not properly being discovered and deployed to Firebase Hosting (#​7363, #​7378)
  • Added new command init dataconnect:sdk, which interactively configures a generated SDK for a Data Connect connector.

v13.11.4

Compare Source

  • Data Connect emulator now reuses existing instances if they are emulating the same service.
  • Fixes issue where deploy --only dataconnect would error out with cannot read property undefined.
  • Fixes compatibility issue when uploading native symbols to Crashlytics on Intel-based Macs.

v13.11.3

Compare Source

  • Fixes issue where storage emulator throws an error due to non-standard whitespaces in filenames (#​6834).
  • Fixes issue where some emulators would fail to start when their path contained a whitespace (#​7313)
  • Adds prompt for Postgres connection string to setup:emulators:dataconnect.
  • Updates Data Connect emulator to v1.2.2, which includes support for generating Swift SDKs and a number of bug fixes.

v13.11.2

Compare Source

  • Adds a warning to firebase dataconnect:sdk:generate when no generated SDKs are configured.
  • Fixes some cases where firebase init dataconnect did not write project files correctly.

v13.11.1

Compare Source

  • firebase init dataconnect no longer waits for Cloud SQL instance provisioning (#​7275).
  • Fixes an issue where the Data Connect emulator would not start up correctly.

v13.11.0

Compare Source

  • Releases firestore emulator 1.19.7, which adds support for withAuthContext function triggers (#​7037).
  • Fixes some cases where Firebase Data Connect deployment fails to pretty-print errors (#​7230).
  • Updated Pub/Sub emulator to v0.8.14 (#​7197).
  • Updates default resource names and template during firebase init dataconnect.
  • Improved handling of 'fresh from Console' services during init dataconnect.
  • Add support for node22 in function deployments (#​7252).
  • Update to Firebase Data Connect Emulator v1.2.0, which adds support for Postgres 16 and creates the Postgres database specified in dataconnect.yaml or .firebaserc if it does not already exist.
  • Update to the latest version of the Crashlytics buildtools, v3.
  • Support deployment of an Angular app using legacy browser builder (#​7264)

v13.10.2

Compare Source

  • Update to Firebase Data Connect Emulator version 1.1.19 which fixes serving IPv4 connections properly (127.0.0.1:9399 by default).
  • Add a Windows build for Firebase Data Connect Emulator (starting from v1.1.19).

v13.10.1

Compare Source

  • Fixes an issue where dataconnect:sql:migrate still prompts for confirmation even with --force. (#​7208)
  • Update to Firebase Data Connect Emulator version 1.1.18 which contains code generation bug fixes, surfacing schema migration errors when a diff remains after migration, and a fix to allow the local connection string to be empty at startup.
  • Fixes an issue where the dataconnect emulator listens on all addresses by default instead of just localhost (#​7211).
  • Fixes Data Connect generated SDK sometimes using the wrong location (GCP region) (#​7217).

v13.10.0

Compare Source

  • Upgrades the pubsub dependency to address a npm audit issue. (#​7122)
  • Fixes path issue in Windows deployments for Next.js SSR (#​7148)
  • Updates Emulator Suite UI logos
  • Firebase functions' discovery process' timeout can now be configured with the FUNCTIONS_DISCOVERY_TIMEOUT env var ([#​7176](https:/

Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, 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 these updates again.


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

This PR has been generated by Renovate Bot.

@angular-robot angular-robot requested a review from a team as a code owner May 21, 2025 06:06
@angular-robot angular-robot removed the request for review from a team May 21, 2025 06:06
@angular-robot angular-robot added the action: merge The PR is ready for merge by the caretaker label May 21, 2025
@angular-robot angular-robot requested a review from mmalerba May 21, 2025 06:06
@angular-robot angular-robot added the area: build & ci Related the build and CI infrastructure of the project label May 21, 2025
@angular-robot angular-robot requested a review from ok7sai May 21, 2025 06:06
@angular-robot angular-robot force-pushed the ng-renovate/firebase-tools-14-x branch from 2aae86c to a7682ff Compare May 21, 2025 15:38
@mmalerba mmalerba requested a review from a team May 21, 2025 21:10
@mmalerba
Copy link
Contributor

@angular/dev-infra-components can you confirm if these licenses are ok?

@angular-robot angular-robot force-pushed the ng-renovate/firebase-tools-14-x branch from a7682ff to 7671f52 Compare May 21, 2025 23:04
@mmalerba mmalerba added the target: patch This PR is targeted for the next patch release label May 22, 2025
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/firebase-tools-14-x branch from 7671f52 to 9634ab2 Compare May 22, 2025 16:39
@mmalerba mmalerba added target: minor This PR is targeted for the next minor release and removed target: patch This PR is targeted for the next patch release labels May 22, 2025
@mmalerba mmalerba merged commit e78a0a3 into angular:main May 22, 2025
24 of 25 checks passed
@angular-robot angular-robot deleted the ng-renovate/firebase-tools-14-x branch May 22, 2025 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants