-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails with "firebase": "^9.0.0" #156
Comments
Also ran into this issue, would be grateful to be able to use Firebase 9 with the React UI. |
Looks like firebase ui won't be upgrade to use v9 any time soon. |
FirebaseUI Web just released v6, which supports Firebase Web sdk v9. |
react-firebaseui version 6 (with support for FirebaseUI v6 and Firebase v9 compat) is now available on npm! 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) |
I'm using Firebase v9 modular and can't get this react-firebaseui version 6 to work with the Auth emulator. I guess it will work if your emulator is set up for the compat library, but not if set up for v9 modular. |
|
no, i keep using v8 🤷 |
Hi,
npm install --save react-firebaseui
fails with "firebase": "^9.0.0".Here is the error:
Thanks.
The text was updated successfully, but these errors were encountered: