firebase/firebaseui-web-react

Support for firebase 6.x.x

nodkrot opened this issue · 5 comments

I've tested this with firebase 6.3.1 with my app, everything seems to work. Are there plans to update package.json peer dependencies?

Thanks @nodkrot! I'm working on a PR now.

We're also way behind on the firebaseui dependency. They moved to 4.x back in May. The problem is that 4.x is not backwards compatible with the Firebase 5.x SDK.

Does anyone have strong opinions against this repo dropping support for Firebase 5.x? It would let us stay up to date with firebaseui-web.

That’s great, dropping shouldn’t be a problem since people can still install current version in the future. Am I missing anything?

Good point! I'll release this as 4.0.0 since we're breaking backwards compatibility

Released 4.0.0!

Awesome, I will test it out.