Firebase Js Sdk Versions Save

Firebase Javascript SDK

v4.1.1

6 years ago

Fixes

  • Fixed an issue where the default storage bucket was not being initialized correctly. #26

v4.1.0-rc.1

6 years ago

Features

  • Allow for lazy initialization of Firebase components (i.e. auth, database, storage, messaging). #15

Fixes

  • Fixed an issue where the SDK could trigger an infinite loop under certain circumstances. #24

v4.0.0

7 years ago

Features

Breaking Changes

Deprecations

  • Removed support for deprecated serviceAccount and credential properties from the Node.js SDK. If you were previously using the Firebase Javascript SDK to use these properties, use the Firebase Admin Node.js SDK instead.
  • Deprecated firebase.User.prototype.getToken in favor of firebase.User.prototype.getIdToken.

Fixes

  • Fixed an issue where firebase.User.prototype.updateProfile was not triggering an update in password provider data.