Skip to content

Commit eeba962

Browse files
authored
chore: reinstate firestore ios sdk in example app (#17574)
1 parent fb5076e commit eeba962

File tree

2 files changed

+2
-4
lines changed
  • packages/cloud_firestore/cloud_firestore/example

2 files changed

+2
-4
lines changed

packages/cloud_firestore/cloud_firestore/example/ios/Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ target 'Runner' do
5151
end
5252
end
5353

54-
# TODO: Uncomment this when the binary distribution is working again
55-
# pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => "#{firebase_sdk_version}"
54+
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => "#{firebase_sdk_version}"
5655
end
5756

5857
post_install do |installer|

packages/cloud_firestore/cloud_firestore/example/macos/Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ target 'Runner' do
5050
end
5151
end
5252

53-
# TODO: Uncomment this when the binary distribution is working again
54-
# pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => "#{firebase_sdk_version}"
53+
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => "#{firebase_sdk_version}"
5554
end
5655

5756
post_install do |installer|

0 commit comments

Comments
 (0)