We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b453c commit d184db7Copy full SHA for d184db7
IntegrationTesting/ClientApp/Podfile
@@ -8,6 +8,8 @@ target 'ClientApp-CocoaPods' do
8
use_frameworks!
9
10
pod 'FirebaseCore', :path => '../../'
11
+ pod 'FirebaseCoreInternal', :path => '../../'
12
+ pod 'FirebaseCoreExtension', :path => '../../'
13
pod 'FirebaseInstallations', :path => '../../'
14
pod 'FirebaseAnalytics' # Binary pods don't work with `:path`.
15
pod 'FirebaseAnalyticsOnDeviceConversion', :path => '../../'
0 commit comments