firebase/firebaseui-web-react

react@18.2.0 is not compatible with react-firebaseui@6.0.0

YongwoonJang opened this issue · 11 comments

Is there any plan to improve dependency to new version of react ?

+1

+1

React@18 still unsupported. Any plans to improve the dependency?

Kaz- commented

Is it just a version enforcement in package.json, or is it really not compatible ?

Not yet check it out. I will make a fork then check which part is problem. I even know that this problem has many attention.

Update

Update(17:35 2022-12-26 KST)
I find out some example error, so update here. If you have an interest, check revision history please. then I'll make pull request.

Ideally the library should support React 18. Until then, #173 seems the temporary hack, which is worth mentioning.

Ideally the library should support React 18. Until then, #173 seems the temporary hack, which is worth mentioning.

It might be that project is dead and solution is presented, right?

The latest commit for the master branch is over 1 year ago (49f80b5), so I started using a different library.

eye-c commented

The latest commit for the master branch is over 1 year ago (49f80b5), so I started using a different library.

Which library are you using?

Which library are you using?

I got it working so far, but DX for firebase auth using 'credentials' provider isn't so pleasant: https://github.com/nextauthjs/next-auth. Good choice for other OAauth providers though.