简体   繁体   中英

What are the differences between setting up Firebase via Terminal and Github package link in Xcode?

I don't understand where the differences are between setting up Firebase via Terminal and Github-Package link. Are there even differences or is the result the same?

Both CocoaPods and Swift Package Manager are supported options to add Firebase to your project. Which one you choose depends on your preferences.

For example, if you're working on a project that's using CocoaPods to manage dependencies, you can use CocoaPods to install Firebase as well.

That being said, installing via Swift Package Manager is the preferred way of adding Firebase to your project (see our blog post here ), and if you start a new project, you should use SPM.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM