You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade firebase.js to modular, tree-shakable version 9 (latest)
Use packer to bundle with
webpack for better performances and load time.
Clean up core class, deprecating several (genuinely) useless
methods.
Deprecate useFirebaseUI in favour of firebaseUIContainer.
In useFirebase deprecate analytics and firestore arguments.
BreakingFirebaseEmailLink the method called send has been
renamed to send_email: this method was overwriting an internal
private method, actually breaking many things.
Added Storage class to use Firebase Storage,
requires the user to be signed in.