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

Peer dependency for firebase-admin 13 #248

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Matt-Jennings-GitHub
Copy link

@Matt-Jennings-GitHub Matt-Jennings-GitHub commented Dec 5, 2024

Description

Resolve package not compatible with firebase-admin 13

Previously, firebase-admin 13 was not supported in peer dependencies. Original peer deps:

"peerDependencies": {
    "firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
    "firebase-functions": ">=4.9.0",
    "jest": ">=28.0.0"
  },

firebase-functions-test should work with latest version of firebase-admin. Tests passing.

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.

package not compatible with firebase-admin 13
3 participants