-
Notifications
You must be signed in to change notification settings - Fork 257
Update firebase peer dependency to support 8.x.x #114
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
Comments
Hey @jhuleatt can you help with this issue or assign to the right person? |
Any update? |
Just submitted PR to update the dependency here: #115 |
I'm getting this Error when trying to install it in a gatsby project
|
I just kept my firebase dependency at 7x until this is resolved. |
Ran into the same issue. Installed firebase and tried to then install react-firebaseui 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@"^8.1.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer firebase@">=6.3.4 <8" 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. |
Wow, thanks @brendanmc6 @jhuleatt ! |
looks like, the problem returned
|
firebase/firebase-js-sdk#3982
Error with firebase 8.0.0
The text was updated successfully, but these errors were encountered: