FirebaseUI-Angular icon indicating copy to clipboard operation
FirebaseUI-Angular copied to clipboard

Firebaseui 6.1.0 isn't compatible with firebase 11

Open jondthompson opened this issue 8 months ago • 0 comments

Your compatibility table says that we can use firebase 11 with firebase UI and angular 18. However, when I try and install it, I get these errors.

% npm install firebaseui firebaseui-angular --save npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: [email protected] npm error Found: [email protected] npm error node_modules/firebase npm error firebase@"^11.4.0" from the root project npm error npm error Could not resolve dependency: npm error peer firebase@"^9.1.3 || ^10.0.0" from [email protected] npm error node_modules/firebaseui npm error firebaseui@"*" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps npm error to accept an incorrect (and potentially broken) dependency resolution. npm error npm error npm error For a full report see: npm error /Users/jthompson/.npm/_logs/2025-03-03T21_27_00_220Z-eresolve-report.txt npm error A complete log of this run can be found in: ~/.npm/_logs/2025-03-03T21_27_00_220Z-debug-0.log

jondthompson avatar Mar 03 '25 21:03 jondthompson