Skip to content

Conversation

service-paradis
Copy link
Contributor

Firebase 12 have been released july 17th (https://firebase.google.com/support/release-notes/js#version_1200_-_july_17_2025)

We cannot use Firebase@12 on hosting channels right now without this change:

log output
npm error code ERESOLVE
  npm error ERESOLVE could not resolve
  npm error
  npm error While resolving: [email protected]
  npm error Found: [email protected]
  npm error node_modules/firebase
  npm error   firebase@"12.0.0" from the root project
  npm error
  npm error Could not resolve dependency:
  npm error peerOptional firebase@"^9.9.0 || ^10.0.0 || ^11.0.0" from [email protected]
  npm error node_modules/firebase-frameworks
  npm error   firebase-frameworks@"^0.11.0" from the root project
  npm error
  npm error Conflicting peer dependency: [email protected]
  npm error node_modules/firebase
  npm error   peerOptional firebase@"^9.9.0 || ^10.0.0 || ^11.0.0" from [email protected]
  npm error   node_modules/firebase-frameworks
  npm error     firebase-frameworks@"^0.11.0" 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 /home/runner/.npm/_logs/2025-07-22T12_54_30_317Z-eresolve-report.txt
  npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2025-07-22T12_54_30_317Z-debug-0.log
  [2025-07-22T12:54:32.461Z] Error: Command failed: npm i --omit dev --no-audit

@jamesdaniels jamesdaniels merged commit cdd8e63 into FirebaseExtended:main Jul 22, 2025
8 checks passed
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

Successfully merging this pull request may close these issues.

3 participants