Firebase Js Sdk Versions Save

Firebase Javascript SDK

[email protected]

5 days ago

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]

1 week ago

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

[email protected]

6 years ago

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.

v4.5.1

6 years ago

Features

Shipped individual modules for the following packages:

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

v4.5.0

6 years ago

Features

v4.4.0

6 years ago

Features

  • Released multi-resource support for database #159

Fixes

  • Fixed issue with null initialization in externs #160

v4.3.0

6 years ago

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

v4.2.0

6 years ago

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.

v4.1.4

6 years ago

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!)

v4.1.3

6 years ago

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