Skip to content

Commit

Permalink
Update dependency FirebaseFirestoreSwift to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 6b1da4d commit 2b9deaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target 'YourKitchen' do

# Firebase
pod 'Firebase/Firestore'
pod 'FirebaseFirestoreSwift', '~> 7.1.0-beta'
pod 'FirebaseFirestoreSwift', '~> 10.2.0'
pod 'Firebase/Storage'
pod 'Firebase/Messaging'
# pod 'GoogleMLKit/Translate'
Expand Down Expand Up @@ -63,7 +63,7 @@ target 'YourKitchenTV' do
# Firebase
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'FirebaseFirestoreSwift', '~> 7.1.0-beta'
pod 'FirebaseFirestoreSwift', '~> 10.2.0'
pod 'Firebase/Storage'

end
Expand Down

0 comments on commit 2b9deaf

Please sign in to comment.