Skip to content

Releases: firebase/firebaseui-web-react

6.0.0

09 Nov 21:48
Compare
Choose a tag to compare

Supports Firebase v9 (in compat mode) and FirebaseUI v6

Thank you @shiiinji for your hard work in PR #158 to make this possible!

Note: If you'd like some more background on why this library doesn't support the v9 modular syntax at this time, please take a look at this comment: #158 (comment)

v5.0.2

27 Apr 15:50
Compare
Choose a tag to compare

Dependabot updates

v5.0.1

27 Apr 15:49
Compare
Choose a tag to compare

Match min version of firebase required by firebaseui-web

v5.0.0

27 Apr 15:48
11cf289
Compare
Choose a tag to compare

Support Firebase 8 and React 17

v4.0.0

02 Aug 19:55
c79f430
Compare
Choose a tag to compare

Update dependencies to Firebase JS SDK v6 and firebaseUI v4. FirebaseUI v4 only support JS SDK v6 and above.

This is released on npm: https://www.npmjs.com/package/react-firebaseui/v/4.0.0

v3.1.2

05 Oct 19:59
Compare
Choose a tag to compare

Added TypeScript types

v3.1.0

04 Oct 22:22
Compare
Choose a tag to compare

Fixed possible race condition

v3.0.6

07 Aug 10:12
Compare
Choose a tag to compare

Removing restriction on firebaseui and firebase versions since firebase/firebaseui-web#392 is fixed. Depending on latest versions of firebase and firebaseui.

v3.0.4

15 May 10:52
Compare
Choose a tag to compare

Dependency on latest major versions of Firebase (v5) and firebaseui-web (v3).

Beware: There is an issue with webpacking firebase v5.0.2 so restricted the peer dependency to v5.0.0 and v5.0.1. See firebase/firebaseui-web#392

v1.2.3

28 Mar 11:54
Compare
Choose a tag to compare
  • Now deleting the firebaseUi instance when the component unmounts instead of just reseting it.
  • Now automatically resetting the firebaseUI instance if the user signs-out. Making it possible to always have the component visible (before you had to unmount/remount after sign-in/sign-out)