iT邦幫忙

2021 iThome 鐵人賽

DAY 27
0
自我挑戰組

IOS、Python自學心得30天系列 第 27

IOS、Python自學心得30天 Day-27 IOS導入Firebase套件

https://ithelp.ithome.com.tw/upload/images/20210930/201297155ueZBbJpV4.png
https://ithelp.ithome.com.tw/upload/images/20210930/20129715Yv7pSxP2Ay.png

https://github.com/firebase/firebase-ios-sdk

然後選擇常用的Library
帳號登入功能
FirebaseAuth
存取 Firestore 資料庫
FirebaseFirestoreSwift-Beta
存取 Storage 上的檔案
FirebaseStorageSwift-Beta

import UIKit
import Firebase

@main
class AppDelegate: UIResponder, UIApplicationDelegate {



    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
        // Override point for customization after application launch.
        FirebaseApp.configure()
        return true
    }
}

上一篇
IOS、Python自學心得30天 Day-26 Firebase部分
下一篇
IOS、Python自學心得30天 Day-28 上傳圖片到Firebase Storage
系列文
IOS、Python自學心得30天30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言