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

Support for Firebase 10.1.0 #588

Open
xuc323 opened this issue Jul 31, 2023 · 7 comments
Open

Support for Firebase 10.1.0 #588

xuc323 opened this issue Jul 31, 2023 · 7 comments

Comments

@xuc323
Copy link

xuc323 commented Jul 31, 2023

Possible support for Firebase 10.1.0?

Version info

React: 18.2.0

Firebase: 10.1.0

ReactFire: 4.2.3

Steps to reproduce

npm install

Expected behavior

Install successfully.

Actual behavior

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/firebase
npm ERR!   firebase@"^10.1.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional firebase@"^9.9.0" from [email protected]
npm ERR! node_modules/firebase-frameworks
npm ERR!   firebase-frameworks@"^0.10.4" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/firebase
npm ERR!   peerOptional firebase@"^9.9.0" from [email protected]
npm ERR!   node_modules/firebase-frameworks
npm ERR!     firebase-frameworks@"^0.10.4" 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.
@JosephMainaDev
Copy link

I have the same issue with [email protected].

Is [email protected] compatible with [email protected]?

@Gbuomprisco
Copy link

@jhuleatt this would be extremely helpful 🙏

@cyrilpreiss
Copy link

same issue here

masewo added a commit to masewo/reactfire that referenced this issue Nov 4, 2023
Bump firebase and rxfire dependencies for issue FirebaseExtended#588
@Orick08
Copy link

Orick08 commented Dec 15, 2023

I used this library (the auth part) without any problem with firebase 10.
To install it I used the legacy dependency flag

npm install reactfire --legacy-peer-deps

And seems like they are working to update the library, they have a PR about firebase 10 #600 (and also is in this issue history if you read it)

@Gbuomprisco
Copy link

I used this library (the auth part) without any problem with firebase 10. To install it I used the legacy dependency flag

npm install reactfire --legacy-peer-deps

And seems like they are working to update the library, they have a PR about firebase 10 #600 (and also is in this issue history if you read it)

The PR is not from a maintainer - so until one shows up - it will keep being open.

@fernandobracaroto
Copy link

I guess since Firebase was not built last month, nobody cares about it anymore.

@ahlivehr
Copy link

ahlivehr commented Mar 5, 2024

I am very grateful for the people who maintain this. Bumping this version to support at least version 10.0.0 would be a huge help. This is especially the case, because the firebase unit testing library requires it: https://www.npmjs.com/package/@firebase/rules-unit-testing.

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