File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/cloud_firestore/cloud_firestore/example Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ target 'Runner' do
51
51
end
52
52
end
53
53
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 } "
56
55
end
57
56
58
57
post_install do |installer |
Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ target 'Runner' do
50
50
end
51
51
end
52
52
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 } "
55
54
end
56
55
57
56
post_install do |installer |
You can’t perform that action at this time.
0 commit comments