Skip to content

Releases: firebase/firebase-js-sdk

[email protected]

01 Aug 21:50
8547b44
Compare
Choose a tag to compare

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

What's Changed

@firebase/[email protected]

Patch Changes

  • a9f844066 #8395 - Revert introduction of safevalues to prevent issues from arising in Browser CommonJS environments due to ES5 incompatibility. For more information, see GitHub PR #8395

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

  • Update SDK_VERSION.

@firebase/[email protected]

Patch Changes

  • a9f844066 #8395 - Revert introduction of safevalues to prevent issues from arising in Browser CommonJS environments due to ES5 incompatibility. For more information, see GitHub PR #8395

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

  • 025f2a103 #8280 (fixes #8279) - Fixed typos in documentation and some internal variables and parameters.

  • b9244a517 #8378 (fixes #8365) - Properly handle the case in app-compat checks where window exists but self does not. (This occurs in Ionic Stencil's Jest preset.)

  • Updated dependencies []:

  • @firebase/[email protected]

@firebase/[email protected]

Patch Changes

  • 025f2a103 #8280 (fixes #8279) - Fixed typos in documentation and some internal variables and parameters.

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

  • 025f2a103 #8280 (fixes #8279) - Fixed typos in documentation and some internal variables and parameters.

@firebase/[email protected]

Patch Changes

[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

  • 025f2a103 #8280 (fixes #8279) - Fixed typos in documentation and some internal variables and parameters.

@firebase/[email protected]

Patch Changes

[email protected]

19 Jul 00:51
67ea4f7
Compare
Choose a tag to compare

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

What's Changed

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

  • Update SDK_VERSION.

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

[email protected]

03 Jul 18:05
52f8deb
Compare
Choose a tag to compare

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

What's Changed

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

  • ed1c99379 #8335 - Guard the use of FinalizationRegistry in FirebaseServerApp initialization based on the availability of FinalizationRegistry in the runtime.

  • 192561b15 #8315 (fixes #8299) - fix: server app should initialize in web workers

  • f01806221 #8341 - The FirebaseServerAppSettings.name field inherited from FirebaseAppSettings is now omitted
    instead of overloading the value as undefined. This fixes a TypeScript compilation error. For more
    information, see GitHub Issue #8336.

  • Updated dependencies [192561b15]:

  • @firebase/[email protected]

  • @firebase/[email protected]

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

Read more

[email protected]

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/[email protected]

Patch Changes

  • Update SDK_VERSION.

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

[email protected]

Patch Changes

@firebase/[email protected]

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.

[email protected]

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/[email protected]

Patch Changes

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

@firebase/[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

  • Update SDK_VERSION.

@firebase/[email protected]

Patch Changes

[email protected]

Patch Changes

@firebase/[email protected]

Patch Changes

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

@firebase/[email protected]

Patch Changes

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