-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Step 0: Are you in the right place?
- For issues or feature requests related to the code in this repository
file a Github issue.- If this is a feature request please use the Feature Request template.
- For general technical questions, post a question on StackOverflow
with thefirebase
tag. - For general (non-iOS) Firebase discussion, use the firebase-talk
google group. - For backend issues, console issues, and other non-SDK help that does not fall under one
of the above categories, reach out to
Firebase Support. - Once you've read this section and determined that your issue is appropriate for
this repository, please delete this section.
[REQUIRED] Step 1: Describe your environment
- Xcode version: Version 12.0 (12A7209)
- Firebase SDK version: 6.34-spm-beta branch
- Firebase Component: Admob (Auth, Core, Database, Firestore, Messaging, Storage, etc)
- Component version: _____
- Installation method:
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)
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"