iT邦幫忙

2022 iThome 鐵人賽

DAY 24
0
Mobile Development

iOS菜逼八連續30天挑戰-2系列 第 24

iOS菜逼八連續30天挑戰-2 用Firebase當作登入系統-1

  • 分享至 

  • xImage
  •  

介紹:
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


這樣就安裝完成了


上一篇
iOS菜逼八連續30天挑戰-2 iOS FrameWork & SDK 的旅程 -SDK-推上cocoa pods
下一篇
iOS菜逼八連續30天挑戰-2 用Firebase當作登入系統-2
系列文
iOS菜逼八連續30天挑戰-230
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言