Skip to content

Commit 5a0add7

Browse files
committed
Update firestore ios SDK
1 parent 68f72c4 commit 5a0add7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ flutter_ios_podfile_setup
2929
target 'Runner' do
3030
use_frameworks!
3131
use_modular_headers!
32-
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '12.6.0'
32+
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '12.9.0'
3333

3434
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
3535
target 'RunnerTests' do

tests/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ target 'Runner' do
3030
use_frameworks!
3131
use_modular_headers!
3232

33-
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '12.6.0'
33+
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '12.9.0'
3434

3535
flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__))
3636
target 'RunnerTests' do

0 commit comments

Comments
 (0)