From 519bce65f6aa114fb834377f2824c8ebedb005b5 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Wed, 28 Jun 2023 02:06:24 -0400 Subject: [PATCH] feat: reenable persistence (#1046) Co-authored-by: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> --- ios/Podfile.lock | 4 ++-- pubspec.lock | 12 ++++++------ pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 4c225fafe..d0a5cf992 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -642,7 +642,7 @@ PODS: - BoringSSL-GRPC/Implementation (0.0.24): - BoringSSL-GRPC/Interface (= 0.0.24) - BoringSSL-GRPC/Interface (0.0.24) - - cloud_firestore (4.8.1): + - cloud_firestore (4.8.2): - Firebase/Firestore (= 10.10.0) - firebase_core - Flutter @@ -1048,7 +1048,7 @@ SPEC CHECKSUMS: audioplayers_darwin: 877d9a4d06331c5c374595e46e16453ac7eafa40 barcode_scan2: 0af2bb63c81b4565aab6cd78278e4c0fa136dbb0 BoringSSL-GRPC: 3175b25143e648463a56daeaaa499c6cb86dad33 - cloud_firestore: eb6bea100a5957ac15e911a317a52738813e72ef + cloud_firestore: 818ebb1a8235177a0dcf7005c14aed5408b8342c cloud_functions: 24c6c0f2b37a3adde7ce00a8eb82a74ca71ef413 Firebase: facd334e557a979bd03a0b58d90fd56b52b8aba0 firebase_analytics: 1a5ad75876257318ba5fdc6bf7aae73b6e98d0cf diff --git a/pubspec.lock b/pubspec.lock index 00e8ba1cf..74e6f24bd 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -125,26 +125,26 @@ packages: dependency: "direct main" description: name: cloud_firestore - sha256: "988351d4fcc58c47578d95d014018888b2ce7a228f84ce322fea4a127707a0d4" + sha256: "5bbc1f5bffa79af54ca035b92b57f81c6fb35ee5471ead67e29c8e12de8432f8" url: "https://pub.dev" source: hosted - version: "4.8.1" + version: "4.8.2" cloud_firestore_platform_interface: dependency: transitive description: name: cloud_firestore_platform_interface - sha256: b6652ce95507e604f00cb0c9c9be2363d21746e82667f2f3d61edf2d33cad3bf + sha256: "8e0aafeb727087f84710275d59a101b2acf2290ffbb3b111aab70423f8350d5d" url: "https://pub.dev" source: hosted - version: "5.15.1" + version: "5.15.2" cloud_firestore_web: dependency: transitive description: name: cloud_firestore_web - sha256: "22d02595eb7a304c0f1b4a717e78cc054522e8f237eb7b1122886f93130f3f7a" + sha256: bbf0ebb9d1e9251caa00e8727389313c64cb4240c1c31f895971c52d0c782316 url: "https://pub.dev" source: hosted - version: "3.6.1" + version: "3.6.2" cloud_functions: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 4a872e5b6..7fa03a039 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: provider: ^6.0.5 flutter_web_auth: ^0.5.0 shared_preferences: ^2.1.2 - cloud_firestore: ^4.8.1 + cloud_firestore: ^4.8.2 cloud_functions: ^4.3.3 cupertino_icons: ^1.0.5 flutter_tts: ^3.7.0