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

Add support for firebase-admin v13 #1641

Merged
merged 4 commits into from
Nov 21, 2024
Merged

Add support for firebase-admin v13 #1641

merged 4 commits into from
Nov 21, 2024

Conversation

taeold
Copy link
Contributor

@taeold taeold commented Nov 20, 2024

Fixes #1640

@taeold taeold changed the title Add support for firebase-admin v13 (and onward) Add support for firebase-admin v13 Nov 20, 2024
@taeold taeold marked this pull request as ready for review November 20, 2024 23:33
@taeold taeold requested a review from blidd-google November 20, 2024 23:33
@taeold taeold added this pull request to the merge queue Nov 20, 2024
Merged via the queue into master with commit 648b922 Nov 21, 2024
13 checks passed
@taeold taeold deleted the dl-admin-13-support branch November 21, 2024 04:16
@marco-mastella
Copy link

marco-mastella commented Dec 10, 2024

the issue is still there

npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: firebase-functions-test@3.3.0
npm error Found: firebase-admin@13.0.1
npm error node_modules/firebase-admin
npm error   firebase-admin@"^13.0.1" from the root project
npm error   peer firebase-admin@"^11.10.0 || ^12.0.0 || ^13.0.0" from firebase-functions@6.1.2
npm error   node_modules/firebase-functions
npm error     firebase-functions@"^6.1.2" from the root project
npm error     peer firebase-functions@">=4.9.0" from firebase-functions-test@3.3.0
npm error     node_modules/firebase-functions-test
npm error       dev firebase-functions-test@"^3.3.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer firebase-admin@"^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" from firebase-functions-test@3.3.0
npm error node_modules/firebase-functions-test
npm error   dev firebase-functions-test@"^3.3.0" from the root project
npm error
npm error Conflicting peer dependency: firebase-admin@12.7.0
npm error node_modules/firebase-admin
npm error   peer firebase-admin@"^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" from firebase-functions-test@3.3.0
npm error   node_modules/firebase-functions-test
npm error     dev firebase-functions-test@"^3.3.0" from the root project
npm error
npm error Conflicting peer dependency: firebase-admin@12.7.0
npm error node_modules/firebase-admin
npm error   peer firebase-admin@"^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" from firebase-functions-test@3.3.0
npm error   node_modules/firebase-functions-test
npm error     dev firebase-functions-test@"^3.3.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 Conflicting peer dependency: firebase-admin@12.7.0
npm error node_modules/firebase-admin
npm error   peer firebase-admin@"^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" from firebase-functions-test@3.3.0
npm error   node_modules/firebase-functions-test
npm error     dev firebase-functions-test@"^3.3.0" from the root project
npm error   node_modules/firebase-functions-test
npm error     dev firebase-functions-test@"^3.3.0" from the root project
npm error     dev firebase-functions-test@"^3.3.0" from the root project
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.

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.

firebase admin v13 release
3 participants