Skip to content

Commit

Permalink
chore: update FirebaseFirestore pod to version 11.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sharjeelyunus committed Jan 7, 2025
1 parent ac48c26 commit 107c3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ target 'Runner' do
use_modular_headers!

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '11.4.0'
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '11.6.0'
target 'RunnerTests' do
inherit! :search_paths
end
Expand Down

0 comments on commit 107c3bf

Please sign in to comment.