Releases: firebase/firebase-js-sdk
Releases · firebase/firebase-js-sdk
4.5.0
Features
- Added support for Cloud Firestore. For more information, see the following resources:
4.4.0
4.3.0
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
Features
- Added ability to configure state persistence.
Fixes
- Added missing
phoneNumber
property onprovideData
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
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
4.1.2
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 thewebpackJsonp
namespace. #43