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 9b0d5a3 commit dfa4113Copy full SHA for dfa4113
SymbolCollisionTest/Podfile
@@ -8,7 +8,7 @@ target 'SymbolCollisionTest' do
8
# use_frameworks!
9
10
# Firebase Pods
11
- pod 'Firebase', '6.7.0'
+ pod 'Firebase', '6.8.0'
12
pod 'FirebaseAnalytics'
13
pod 'FirebaseAuth'
14
pod 'FirebaseCore'
@@ -48,7 +48,7 @@ target 'SymbolCollisionTest' do
48
pod 'GoogleIDFASupport'
49
pod 'GoogleInterchangeUtilities'
50
pod 'GoogleMaps'
51
- pod 'GoogleMobileVision'
+# pod 'GoogleMobileVision' # After Firebase 6.8.0, conflicts with FirebaseML
52
pod 'GoogleNetworkingUtilities'
53
pod 'GoogleParsingUtilities'
54
pod 'GooglePlacePicker'
0 commit comments