diff --git a/ClientApp/Podfile b/ClientApp/Podfile index 3926a76b38a7..3a69069714fb 100644 --- a/ClientApp/Podfile +++ b/ClientApp/Podfile @@ -15,6 +15,7 @@ target 'ClientApp-CocoaPods' do pod 'FirebaseAppCheck', :path => '../' pod 'FirebaseRemoteConfig', :path => '../' pod 'FirebaseRemoteConfigSwift', :path => '../' + pod 'FirebaseRemoteConfigInterop', :path => '../' pod 'FirebaseAppDistribution', :path => '../' pod 'FirebaseAuth', :path => '../' pod 'FirebaseCrashlytics', :path => '../' diff --git a/Example/watchOSSample/Podfile b/Example/watchOSSample/Podfile index 5dd5e804c13d..2f8627085975 100644 --- a/Example/watchOSSample/Podfile +++ b/Example/watchOSSample/Podfile @@ -19,6 +19,7 @@ target 'SampleWatchAppWatchKitExtension' do pod 'FirebaseDatabase', :path => '../../' pod 'FirebaseAppCheckInterop', :path => '../../' pod 'FirebaseAuthInterop', :path => '../../' + pod 'FirebaseRemoteConfigInterop', :path => '../../' pod 'Firebase/Messaging', :path => '../../' pod 'Firebase/Storage', :path => '../../'