Skip to content
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

Closed
SergiiMost opened this issue Aug 30, 2021 · 7 comments
Closed

Installation fails with "firebase": "^9.0.0" #156

SergiiMost opened this issue Aug 30, 2021 · 7 comments

Comments

@SergiiMost
Copy link

Hi,

npm install --save react-firebaseui fails with "firebase": "^9.0.0".

Here is the error:


npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/firebase
npm ERR!   firebase@"^9.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer firebase@"^8.2.4" from [email protected]
npm ERR! node_modules/react-firebaseui
npm ERR!   react-firebaseui@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!

Thanks.

@nsadeh
Copy link

nsadeh commented Aug 30, 2021

Also ran into this issue, would be grateful to be able to use Firebase 9 with the React UI.

@KristianRykkje
Copy link

Looks like firebase ui won't be upgrade to use v9 any time soon.
firebase/firebaseui-web#877

@OrhanTozan
Copy link

FirebaseUI Web just released v6, which supports Firebase Web sdk v9.
Looks like this library can now support v9 too.

@jhuleatt
Copy link
Contributor

jhuleatt commented Nov 9, 2021

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)

@jhuleatt jhuleatt closed this as completed Nov 9, 2021
@fabyeah
Copy link

fabyeah commented Nov 10, 2021

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.

@egisz
Copy link

egisz commented Mar 3, 2022

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.
same boat, did you find solution?

@fabyeah
Copy link

fabyeah commented Mar 3, 2022

same boat, did you find solution?

no, i keep using v8 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants