From 95c7752c376c1b1e0b67cd49b18e01a30b2243da Mon Sep 17 00:00:00 2001 From: HassanBahati Date: Fri, 6 Jun 2025 00:13:04 +0300 Subject: [PATCH] docs: update minimum supported firebase-functions version to v3.22.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8079918..b111ef6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The `firebase-functions-test` is unit testing library for Cloud Functions for Firebase. It is a companion to [firebase-functions](https://github.com/Firebase/firebase-functions). -_NOTE: This library can only be used with `firebase-functions` v3.20.1 or above._ +_NOTE: This library can only be used with `firebase-functions` v3.22.0 or above._ ## Usage