Skip to content

Releases: firebase/firebaseui-web-react

6.0.0

Choose a tag to compare

@jhuleatt jhuleatt released this 09 Nov 21:48

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

Choose a tag to compare

@jhuleatt jhuleatt released this 27 Apr 15:50

Dependabot updates

v5.0.1

Choose a tag to compare

@jhuleatt jhuleatt released this 27 Apr 15:49

Match min version of firebase required by firebaseui-web

v5.0.0

Choose a tag to compare

@jhuleatt jhuleatt released this 27 Apr 15:48
11cf289

Support Firebase 8 and React 17

v4.0.0

Choose a tag to compare

@jhuleatt jhuleatt released this 02 Aug 19:55
c79f430

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

Choose a tag to compare

@nicolasgarnier nicolasgarnier released this 05 Oct 19:59

Added TypeScript types

v3.1.0

Choose a tag to compare

@nicolasgarnier nicolasgarnier released this 04 Oct 22:22

Fixed possible race condition

v3.0.6

Choose a tag to compare

@nicolasgarnier nicolasgarnier released this 07 Aug 10:12

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

Choose a tag to compare

@nicolasgarnier nicolasgarnier released this 15 May 10:52

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

Choose a tag to compare

@nicolasgarnier nicolasgarnier released this 28 Mar 11:54
  • 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)