Skip to content

firebase@11.6.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 19:03
· 162 commits to main since this release
4b34983

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

What's Changed

@firebase/auth@1.10.0

Minor Changes

  • fb5d422 #8839 - Adding Persistence.COOKIE a new persistence method backed by cookies. The
    browserCookiePersistence implementation is designed to be used in conjunction with middleware that
    ensures both your front and backend authentication state remains synchronized.

firebase@11.6.0

Minor Changes

  • fb5d422 #8839 - Adding Persistence.COOKIE a new persistence method backed by cookies. The
    browserCookiePersistence implementation is designed to be used in conjunction with middleware that
    ensures both your front and backend authentication state remains synchronized.

Patch Changes

  • Updated dependencies [fb5d422, 648de84, edb4001, faaeb48]:
  • @firebase/app@0.11.4
  • @firebase/auth@1.10.0
  • @firebase/vertexai@1.2.1
  • @firebase/data-connect@0.3.3
  • @firebase/app-compat@0.2.53
  • @firebase/auth-compat@0.5.20

@firebase/app@0.11.4

Patch Changes

  • Update SDK_VERSION.

@firebase/app-compat@0.2.53

Patch Changes

  • Updated dependencies []:
  • @firebase/app@0.11.4

@firebase/auth-compat@0.5.20

Patch Changes

  • Updated dependencies [fb5d422]:
  • @firebase/auth@1.10.0

@firebase/data-connect@0.3.3

Patch Changes

@firebase/vertexai@1.2.1

Patch Changes

  • 648de84 #8809 - Throw an error when initializing models if appId is not defined in the given VertexAI instance.

  • faaeb48 #8832 - Label GroundingAttribution as deprecated.