firebase / firebaseui-web-react

React Wrapper for firebaseUI Web
Apache License 2.0
1.26k stars 248 forks source link

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

Open YongwoonJang opened 1 year ago

YongwoonJang commented 1 year ago

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

kyoto21 commented 1 year ago

+1

MikeLundahl commented 1 year ago

+1

Jornve commented 1 year ago

+1

vrajeshiyengar commented 1 year ago

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

Kaz- commented 1 year ago

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

YongwoonJang commented 1 year ago

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.

minyoon commented 1 year ago

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

YongwoonJang commented 1 year ago

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?

minyoon commented 1 year ago

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

eye-c commented 1 year ago

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?

minyoon commented 1 year ago

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.