-
Notifications
You must be signed in to change notification settings - Fork 56
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
package not compatible with firebase-admin 13 #246
Comments
You can always add an |
Requires overrides for firebase/firebase-functions-test#246
Requires overrides for firebase/firebase-functions-test#246
Simple
|
Opened a PR with the peer dep update to firebase-admin 13. Not sure if this project is actively maintained but fingers crossed. |
Thanks, approved, but my voice doesn't mean much. |
Still not resolved? |
It seems this can be closed now that v3.4.0 adds support for firebase-admin@13 |
Yes, upgrade to 3.4 resolved the issue for me. |
Version info
firebase-functions-test:
"firebase-functions-test": "^3.3.0",
firebase-functions:
"firebase-functions": "^6.1.1",
firebase-admin:
"firebase-admin": "^13.0.1",
Test case
Look below. the dependency is missing. This is failing our deployments.
Steps to reproduce
Quite obvious from peer dependency that firebase-admin 13 is missing:
Expected behavior
It should work with latest version of firebase-admin.
Actual behavior
Please, fix. Thank you :)
The text was updated successfully, but these errors were encountered: