Releases: firebase/firebase-functions-test
Releases Β· firebase/firebase-functions-test
v3.4.1
- Support FIRESTORE_EMULATOR_HOST env var for Firestore triggers (#184)
v3.4.0
- Explicitly import from the v1 namespace to unbreak firebase-functions 6.x (#243).
- Explciitly import from the v2 namespace so that #243 doesn't break firebase-functions versions below 6.x (#252)
- Also adds firebase-admin 13.x as a supported version in peer-deps (#252)
v3.3.0
- Add support for v2 callable functions (#229).
v3.2.0
- Add support for testing Firestore 2nd gen Auth Context triggers. (#227)
v3.1.1
- Extend support for firebase-admin@12 (#220)
v3.1.0
- Add testing support for 2nd gen firestore triggers (#200).
v3.0.0
BREAKING
- Drop support for Firebase Functions SDK v3 and below.
- Drop support for Firebase Admin SDK v7 and below.
v2.4.0
- Add support for Params (#168)
- Use conditional typing for defining the right set of options (#166)
- Bump ts-deepmerge from 2.0.1 to 2.0.2 (#161)
v2.3.0
- Add MockCloudEvents for RTDB-V2 (#156)
- Update Rtdb test sdk to allow json for Mock CloudEvents (#159)
v2.2.0
- Add >=jest@28 as a peerDependency (#152)