Browse Source

Add back dependency for FirebaseFirestoreInternal

cherylEnkidu 1 năm trước cách đây
mục cha
commit
0e8de02120
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      IntegrationTesting/ClientApp/Podfile

+ 1 - 0
IntegrationTesting/ClientApp/Podfile

@@ -25,6 +25,7 @@ target 'ClientApp-CocoaPods' do
   pod 'FirebaseDatabase', :path => '../../'
   pod 'FirebaseDatabaseSwift', :path => '../../'
   pod 'FirebaseDynamicLinks', :path => '../../'
+  pod 'FirebaseFirestoreInternal', :path => '../../'
   pod 'FirebaseFirestore', :path => '../../'
   pod 'FirebaseFirestoreSwift', :path => '../../'
   pod 'FirebaseFunctions', :path => '../../'