介紹:
Make your app the best it can be,你就知道為啥我們要使用firebase來當作登入系統了~
https://firebase.google.com/docs/ios/installation-methods?hl=zh-cn#cocoapods
安裝方法:
SPM (swift package manager)
可可豆莢,讚~(Cocoapods)
迦太基???(Carthage)
手動集成
這裡我使用Cocoapods,因為我只會這個。
cd到專案資料夾底下:
pod init
這邊示範專案是我之前仿刻netflix,init好之後
輸入:
open podfile
把這兩個輸入進去:
pod 'FirebaseAnalytics'
pod 'FirebaseAuth'
雖然官網給的範例有FirebaseFirestore,但我沒有去使用到,所以就先不裝。
pod install
這樣就安裝完成了