Closed kosukeohmura closed 4 years ago
firebase
Swift Package Manager
I tried to use SPM instead of Carthage for installing Firebase iOS SDK. I followed https://github.com/firebase/firebase-ios-sdk/blob/master/SwiftPackageManager.md#in-xcode but there is no Admob package. Can I install Admob package via SPM?
follow https://github.com/firebase/firebase-ios-sdk/blob/master/SwiftPackageManager.md#in-xcode
(When I use Carthage, I wrote in Cartfile like below)
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAdMobBinary.json" binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json" binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseRemoteConfigBinary.json"
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Ah I've found this https://github.com/googleads/googleads-mobile-unity/issues/1125
Step 0: Are you in the right place?
firebase
tag.[REQUIRED] Step 1: Describe your environment
Swift Package Manager
(select one)[REQUIRED] Step 2: Describe the problem
I tried to use SPM instead of Carthage for installing Firebase iOS SDK. I followed https://github.com/firebase/firebase-ios-sdk/blob/master/SwiftPackageManager.md#in-xcode but there is no Admob package. Can I install Admob package via SPM?
Steps to reproduce:
follow https://github.com/firebase/firebase-ios-sdk/blob/master/SwiftPackageManager.md#in-xcode
Relevant Code:
(When I use Carthage, I wrote in Cartfile like below)