firebase-js-sdk

Firebase Javascript SDK

OTHER License

Downloads
296.3M
Stars
4.8K
Committers
193

Bot releases are hidden (Show)

firebase-js-sdk - 4.5.2

Published by jshcrowthe about 7 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.
firebase-js-sdk - 4.5.1

Published by jshcrowthe about 7 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
firebase-js-sdk - 4.5.0

Published by jshcrowthe about 7 years ago

Features

firebase-js-sdk - 4.4.0

Published by jshcrowthe about 7 years ago

Features

  • Released multi-resource support for database #159

Fixes

  • Fixed issue with null initialization in externs #160
firebase-js-sdk - 4.3.0

Published by jshcrowthe about 7 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
firebase-js-sdk - 4.2.0

Published by jshcrowthe about 7 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.
firebase-js-sdk - 4.1.4

Published by jshcrowthe about 7 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!)
firebase-js-sdk - 4.1.3

Published by jshcrowthe over 7 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
firebase-js-sdk - 4.1.2

Published by jshcrowthe over 7 years ago

Fixes

  • Fixed an issue where sourcemaps weren't pointing to the actual
    Typescript source code. #29
  • Fixed an issue where FirebaseAppImpl.prototype was being incorrectly
    patched. #38
  • Fixed an issue where loading the SDK from our CDN, while also
    providing a chunked webpack build, was duplicating the webpackJsonp
    namespace. #43
firebase-js-sdk - 4.1.0

Published by jshcrowthe over 7 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
firebase-js-sdk - 4.1.1

Published by jshcrowthe over 7 years ago

Fixes

  • Fixed an issue where the default storage bucket was not being initialized correctly. #26
firebase-js-sdk - 4.1.0-rc.1

Published by jshcrowthe over 7 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
firebase-js-sdk - Open Source Release v4.0.0

Published by jshcrowthe over 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.