Skip to content

Releases: firebase/firebase-js-sdk

firebase@10.12.2

27 May 16:51
d92d01e
Compare
Choose a tag to compare

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

What's Changed

@firebase/app@0.10.5

Patch Changes

  • Update SDK_VERSION.

@firebase/app-compat@0.2.35

Patch Changes

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

@firebase/auth@1.7.4

Patch Changes

@firebase/auth-compat@0.5.9

Patch Changes

  • Updated dependencies [0af23e02e]:
  • @firebase/auth@1.7.4

firebase@10.12.2

Patch Changes

  • Updated dependencies [3883133c3, 0af23e02e]:
  • @firebase/app@0.10.5
  • @firebase/vertexai-preview@0.0.2
  • @firebase/auth@1.7.4
  • @firebase/app-compat@0.2.35
  • @firebase/auth-compat@0.5.9

@firebase/vertexai-preview@0.0.2

Patch Changes

  • 3883133c3 #8256 - Change types paths to point to rolled-up public d.ts files. This fixes some TypeScript compiler errors users are seeing.

firebase@10.12.1

20 May 20:59
7381f21
Compare
Choose a tag to compare

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

What's Changed

@firebase/analytics@0.10.4

Patch Changes

  • f66769cca #8243 (fixes #8210) - Analytics - fixed an issue where setConsent was clobbering the consentSettings before passing them to the gtag implementation.

@firebase/analytics-compat@0.2.10

Patch Changes

  • Updated dependencies [f66769cca]:
  • @firebase/analytics@0.10.4

@firebase/app@0.10.4

Patch Changes

  • Update SDK_VERSION.

@firebase/app-compat@0.2.34

Patch Changes

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

firebase@10.12.1

Patch Changes

  • 2ce95696f #8247 - Fix multi-tab persistence raising empty snapshot issue

  • Updated dependencies [f66769cca, 2ce95696f]:

  • @firebase/app@0.10.4

  • @firebase/analytics@0.10.4

  • @firebase/firestore@4.6.3

  • @firebase/app-compat@0.2.34

  • @firebase/analytics-compat@0.2.10

  • @firebase/firestore-compat@0.3.32

@firebase/firestore@4.6.3

Patch Changes

  • 2ce95696f #8247 - Fix multi-tab persistence raising empty snapshot issue

@firebase/firestore-compat@0.3.32

Patch Changes

  • Updated dependencies [2ce95696f]:
  • @firebase/firestore@4.6.3

4.5.2

16 Oct 17:06
Compare
Choose a tag to compare

Fixes

  • Fixed a regression where the react-native property was missing from the firebase package.json
  • Fixed a regression where the value of firebase.SDK_VERSION wasn't properly being populated.

4.5.1

12 Oct 23:51
Compare
Choose a tag to compare

Features

Shipped individual modules for the following packages:

  • @firebase/app
  • @firebase/auth
  • @firebase/database
  • @firebase/firestore
  • @firebase/messaging
  • @firebase/polyfill
  • @firebase/storage
  • @firebase/util

4.5.0

03 Oct 16:59
Compare
Choose a tag to compare

Features

4.4.0

21 Sep 23:40
Compare
Choose a tag to compare

Features

  • Released multi-resource support for database #159

Fixes

  • Fixed issue with null initialization in externs #160

4.3.0

17 Aug 21:05
Compare
Choose a tag to compare

Features

  • Added client side localization for email actions (password reset, email verification, etc), phone authentication SMS messages, OAuth flows and reCAPTCHA verification.
  • Added the ability to pass a continue URL/state when triggering a password reset/email verification which gives a user the ability to go back to the app after completion. In addition, added support for the ability to open these links directly from a mobile app instead of a web flow using Firebase Dynamic Links.

Fixes

  • Fixed issue with IE10 auth state synchronization across tabs

4.2.0

27 Jul 22:37
Compare
Choose a tag to compare

Features

  • Added ability to configure state persistence.

Fixes

  • Added missing phoneNumber property on provideData objects.
  • Fixed temporary error message when opening a popup for sign-in,
    prominent in some IE browsers.
  • Refactored to not use navigator.onLine for offline detection as
    it is unstable in Cordova environments.
  • Fixed an issue where database references were missing a toJSON
    method.

4.1.4

24 Jul 17:09
Compare
Choose a tag to compare

Improvements

  • Refactored internal implementation of database to TypeScript. #72 and #66 (Thanks to @schmidt-sebastian, @mikelehen and @jsayol for their help in this!)
  • Bundle size improvements for firebase-app.js, firebase-storage.js,
    firebase-messaging.js. #94 (Shout out to @jsayol for this PR!)

4.1.3

21 Jun 23:06
Compare
Choose a tag to compare

Fixes

  • Fixed an issue where certain app names were invalid #70
  • Fixed an issue with the PhoneAuthProvider typings #50
  • Fixed an issue where network errors from signInWithRedirect were
    cached even after the network connection stabilized. #67
  • Fixed an issue with Storage typings #41