firebaseui-web-react
firebaseui-web-react copied to clipboard
[email protected] is not compatible with [email protected]
Is there any plan to improve dependency to new version of react ?
+1
+1
+1
React@18 still unsupported. Any plans to improve the dependency?
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
- I made a fork -> https://github.com/YongwoonJang/firebaseui-web-react If I make a solution, I'll make Comment here. If anyone who is interested in, please join.
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.
- https://github.com/YongwoonJang/firebaseui-web-react
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 (49f80b5d1548e4d4a2575e0e7f998e7148440405), so I started using a different library.
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.
Any updates? This has been open for quite a while.