From 45b9ff30ffb508492299d31c2aae50227a2a4953 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:54:58 +0000 Subject: [PATCH] fix(example/deps): update dependency firebase_core to ^2.26.0 (#352) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 3a09f8d..9b2722f 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -22,7 +22,7 @@ environment: dependencies: cloud_firestore: ^4.15.7 - firebase_core: ^2.25.5 + firebase_core: ^2.26.0 firestore_cache: path: ../ flutter: