-
Notifications
You must be signed in to change notification settings - Fork 899
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
Upgrading firebase and firebase-admin in the same project causes problems again #5709
Comments
The upgrade was versions involved are from and to |
Hi @richtera, thanks for reaching out. I tried to replicate it but I wasn't able to experience the same behavior. If I can replicate the issue, I can have a better look into it. Please share a minimal, but complete sample of a project that I can run locally. |
I can retry it again toward the end of the week, my upgrade took a nose dive after upgrading the firebase and firebase-admin modules due to a dependency that is somehow shared between them but now mismatching. It used to be the @firebase modules, but after seeing the problem I didn't have the bandwidth to find out exactly which ones. |
Hey @richtera. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
duplicate of #5687 |
[REQUIRED] Describe your environment
nv.dev environment with
"firebase": "^9.0.1",
"firebase-admin": "^9.11.1",
Upgrading to latest breaks the project.
[REQUIRED] Describe the problem
Upgrading to latest npm packages on firebase and firebase-admin mismatch again.
This is identical to what happened in this defect #752
The text was updated successfully, but these errors were encountered: