question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation fails with "firebase": "^9.0.0"

See original GitHub issue

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: client@0.1.0
npm ERR! Found: firebase@9.0.0
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 react-firebaseui@5.0.2
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.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:19
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

13reactions
OrhanTozancommented, Oct 28, 2021

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

7reactions
KristianRykkjecommented, Aug 31, 2021

Looks like firebase ui won’t be upgrade to use v9 any time soon. https://github.com/firebase/firebaseui-web/issues/877

Read more comments on GitHub >

github_iconTop Results From Across the Web

Updating to Firebase iOS SDK 9.0.0 fails (Invalid diagnostics ...
[REQUIRED] Step 1: Describe your environment Xcode version: 13.3.1 Firebase SDK version: 9.0.0 Installation method: Swift Package Manager ...
Read more >
'firebase/app' does not contain a default export (imported as ...
This is the error I am getting: ./src/firebase.js Attempted import error: 'firebase/app' does not contain a default export (imported as ' ...
Read more >
Firebase Apple SDK Release Notes - Google
Fix Firestore failing to raise initial snapshot from empty local cache result ... Fixed regressions in error code processing introduced in 9.0.0 (#9855)....
Read more >
firebase - npm
Firebase Cloud Messaging - Firebase Cloud Messaging is a cross-platform messaging solution that lets you reliably deliver messages at no cost.
Read more >
firebase | Yarn - Package Manager
Firebase JavaScript library for web and Node.js ... The Firebase JavaScript SDK implements the client-side libraries used by ... beta: 9.0.0-beta.8.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found