Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
firebase (source, changelog) ^11.10.0^12.9.0 age confidence

Release Notes

firebase/firebase-js-sdk (firebase)

v12.9.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.8.0

Minor Changes
  • 8123231 #​9461 - AI Logic: Extend the LiveSession.receive() return types to include a LiveServiceGoingAwayNotice
    which signifies that the service will soon close the session.

  • f9254b6 #​9475 - Remove "preview" tags from code execution and URL context documentation.

  • 2e74329 #​9462 - Add params on UsageMetadata that provide cache-related usage data when the implicit caching feature is used.

Patch Changes
  • 691a506 #​9469 - Internal: Add tag to log requests made to cloud while in hybrid mode.

firebase@​12.9.0

Minor Changes
  • 8123231 #​9461 - AI Logic: Extend the LiveSession.receive() return types to include a LiveServiceGoingAwayNotice
    which signifies that the service will soon close the session.

  • f9254b6 #​9475 - Remove "preview" tags from code execution and URL context documentation.

  • 2e74329 #​9462 - Add params on UsageMetadata that provide cache-related usage data when the implicit caching feature is used.

  • 08e3acd #​9459 - Add support for regexFind and regexFindAll Pipeline expressions.

Patch Changes

@​firebase/firestore@​4.11.0

Minor Changes
  • 08e3acd #​9459 - Add support for regexFind and regexFindAll Pipeline expressions.
Patch Changes

@​firebase/app@​0.14.8

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-compat@​0.5.8

Patch Changes

@​firebase/firestore-compat@​0.4.5

Patch Changes

v12.8.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed
@​firebase/ai@​2.7.0
Minor Changes
firebase@​12.8.0
Minor Changes
Patch Changes
@​firebase/firestore@​4.10.0
Minor Changes
  • 83e6864 #​9356 - Release Firestore Pipelines for Enterprise edition in public preview.
@​firebase/remote-config@​0.8.0
Minor Changes
@​firebase/app@​0.14.7
Patch Changes
  • Update SDK_VERSION.
@​firebase/app-compat@​0.5.7
Patch Changes
@​firebase/firestore-compat@​0.4.4
Patch Changes
@​firebase/remote-config-compat@​0.2.21
Patch Changes

v12.7.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/auth@​1.12.0

Minor Changes
  • 1e406a2 #​9410 - Upgraded react-native-async-storage peerDependency to v2+.

firebase@​12.7.0

Minor Changes
  • Update root "firebase" package as a "minor" release due to bumps in:
    @​firebase/auth.
Patch Changes

@​firebase/ai@​2.6.1

Patch Changes

@​firebase/auth-compat@​0.6.2

Patch Changes

@​firebase/firestore@​4.9.3

Patch Changes

@​firebase/firestore-compat@​0.4.3

Patch Changes

v12.6.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.6.0

Minor Changes

firebase@​12.6.0

Minor Changes
Patch Changes

@​firebase/app@​0.14.6

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-compat@​0.5.6

Patch Changes

@​firebase/data-connect@​0.3.12

Patch Changes
  • c47bd71 #​9349 (fixes #​9348) - Fixed issue where onComplete wasn't triggering when the user calls unsubscribe on a subscription.

v12.5.0

Compare Source

v12.4.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.4.0

Minor Changes
  • 0bb2fe6 #​9272 - Added a sendFunctionResponses method to LiveSession, allowing function responses to be sent during realtime sessions.
    Fixed an issue where function responses during audio conversations caused the WebSocket connection to close. See GitHub Issue #​9264.

  • Breaking Change: Changed the functionCallingHandler property in StartAudioConversationOptions so that it now must return a Promise<FunctionResponse>.
    This breaking change is allowed in a minor release since the Live API is in Public Preview.

  • 0ffcb26 #​9254 - Added support for the URL context tool, which allows the model to access content from provided public web URLs to inform and enhance its responses.

Patch Changes

firebase@​12.4.0

Minor Changes
  • 0bb2fe6 #​9272 - Added a sendFunctionResponses method to LiveSession, allowing function responses to be sent during realtime sessions.
    Fixed an issue where function responses during audio conversations caused the WebSocket connection to close. See GitHub Issue #​9264.

  • Breaking Change: Changed the functionCallingHandler property in StartAudioConversationOptions so that it now must return a Promise<FunctionResponse>.
    This breaking change is allowed in a minor release since the Live API is in Public Preview.

  • 0ffcb26 #​9254 - Added support for the URL context tool, which allows the model to access content from provided public web URLs to inform and enhance its responses.

Patch Changes

@​firebase/analytics@​0.10.19

Patch Changes
  • 1bcf83d #​9263 - Expose setUserProperties on internal Analytics instance.

@​firebase/analytics-compat@​0.2.25

Patch Changes

@​firebase/analytics-interop-types@​0.3.4

Patch Changes
  • 1bcf83d #​9263 - Expose setUserProperties on internal Analytics instance.

@​firebase/app@​0.14.4

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-compat@​0.5.4

Patch Changes

v12.3.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.3.0

Minor Changes
  • 06ab5c4 #​9236 - Added a new InferenceMode option for the hybrid on-device capability: prefer_in_cloud. When this mode is selected, the SDK will attempt to use a cloud-hosted model first. If the call to the cloud-hosted model fails with a network-related error, the SDK will fall back to the on-device model, if it's available.

  • 9b8ab02 #​9249 - Added Code Execution feature.

Patch Changes
  • a4848b4 #​9235 - Refactor component registration.

  • c123766 #​9253 - Change documentation tags for hybrid inference from "EXPERIMENTAL" to "public preview".

firebase@​12.3.0

Minor Changes
  • 06ab5c4 #​9236 - Added a new InferenceMode option for the hybrid on-device capability: prefer_in_cloud. When this mode is selected, the SDK will attempt to use a cloud-hosted model first. If the call to the cloud-hosted model fails with a network-related error, the SDK will fall back to the on-device model, if it's available.

  • 120a308 #​9221 - Added support for Realtime Remote Config for the web. This feature introduces a new onConfigUpdate API and allows web applications to receive near-instant configuration updates without requiring periodic polling.

  • 9b8ab02 #​9249 - Added Code Execution feature.

Patch Changes

@​firebase/remote-config@​0.7.0

Minor Changes
  • 120a308 #​9221 - Added support for Realtime Remote Config for the web. This feature introduces a new onConfigUpdate API and allows web applications to receive near-instant configuration updates without requiring periodic polling.

@​firebase/remote-config-types@​0.5.0

Minor Changes
  • 120a308 #​9221 - Added support for Realtime Remote Config for the web. This feature introduces a new onConfigUpdate API and allows web applications to receive near-instant configuration updates without requiring periodic polling.

@​firebase/app@​0.14.3

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-compat@​0.5.3

Patch Changes

@​firebase/firestore@​4.9.2

Patch Changes

@​firebase/firestore-compat@​0.4.2

Patch Changes

@​firebase/remote-config-compat@​0.2.20

Patch Changes

@​firebase/webchannel-wrapper@​1.0.5

Patch Changes
  • 43276b0 #​9242 - Increased the buffering-proxy detection timeout to minimize the false-positive rate. Updating WebChannel to ignore duplicate messages received from the server. Fix for #​8250.

v12.2.1

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.2.1

Patch Changes

firebase@​12.2.1

Patch Changes

v12.2.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.2.0

Minor Changes
Patch Changes
  • 84b8bed #​9222 - Fixed an issue where AIError messages were too long after including an entire response body.

  • c5f08a9 #​9216 - Add 'includeSafetyAttributes' field to Predict request payloads.

  • cbef6c6 #​9225 - Exclude ChromeAdapterImpl code from Node entry point.

firebase@​12.2.0

Minor Changes
Patch Changes

@​firebase/app@​0.14.2

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-compat@​0.5.2

Patch Changes

@​firebase/firestore@​4.9.1

Patch Changes
  • 2058432 #​9177 (fixes #​9147) - Fixed a bug where a rejected promise with an empty message in a transaction would cause a timeout.

@​firebase/firestore-compat@​0.4.1

Patch Changes

@​firebase/functions@​0.13.1

Patch Changes
  • 5501791 #​9204 - Fixed issue where Firebase Functions SDK caused CORS errors when connected to emulators in Firebase Studio

@​firebase/functions-compat@​0.4.1

Patch Changes

v12.1.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed
@​firebase/ai@​2.1.0
Minor Changes
firebase@​12.1.0
Minor Changes
Patch Changes
@​firebase/app@​0.14.1
Patch Changes
  • Update SDK_VERSION.
@​firebase/app-compat@​0.5.1
Patch Changes
@​firebase/performance@​0.7.9
Patch Changes
  • a4897a6 #​9178 (fixes #​9136) - Fixed errors thrown when capturing long target element names for the out-of-the-box metrics.
@​firebase/performance-compat@​0.2.22
Patch Changes

v12.0.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed
@​firebase/ai@​2.0.0
Major Changes
Minor Changes
Patch Changes
firebase@​12.0.0
Major Changes
Minor Changes
Patch Changes
@​firebase/app@​0.14.0
Minor Changes
  • d91169f #​9151 (fixes #​8863) - initializeServerApp now supports auto-initialization for Firebase App Hosting.

  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.

Patch Changes
@​firebase/app-check@​0.11.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
[@​firebas

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 Feb 9, 2026
@renovate renovate bot force-pushed the renovate/firebase-12.x branch 2 times, most recently from d85a978 to a59fdae Compare February 10, 2026 02:33
@renovate renovate bot force-pushed the renovate/firebase-12.x branch from a59fdae to 97fe17c Compare February 12, 2026 12:40
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