Skip to content

Commit f6e6443

Browse files
committed
Pin the Firestore pod used by the open source repo to the version from 6.26.0
PiperOrigin-RevId: 317141369
1 parent a397c96 commit f6e6443

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ios_pod/Podfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ target 'GetPods' do
99
pod 'Firebase/Auth', '6.24.0'
1010
pod 'Firebase/Database', '6.24.0'
1111
pod 'Firebase/DynamicLinks', '6.24.0'
12-
pod 'Firebase/Firestore', '6.24.0'
12+
# Firestore is pinned to Firebase/Firebase 6.26.0
13+
# Return back to Firebase/Firebase when updating the rest
14+
pod 'FirebaseFirestore', '1.15.0'
1315
pod 'Firebase/Functions', '6.24.0'
1416
pod 'FirebaseInstanceID', '4.3.4'
1517
pod 'Firebase/Messaging', '6.24.0'

0 commit comments

Comments
 (0)