firebase-functions-test icon indicating copy to clipboard operation
firebase-functions-test copied to clipboard

Peer dependency for firebase-admin 13

Open Matt-Jennings-GitHub opened this issue 11 months ago • 0 comments
trafficstars

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.

Matt-Jennings-GitHub avatar Dec 05 '24 22:12 Matt-Jennings-GitHub