Skip to content

Commit

Permalink
feat: reenable persistence (#1046)
Browse files Browse the repository at this point in the history
Co-authored-by: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com>
  • Loading branch information
kevmo314 and SputNikPlop authored Jun 28, 2023
1 parent ce928f4 commit 519bce6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 519bce6

Please sign in to comment.