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
    }
}

<<:  Day 16 Matcher 介绍 (上)

>>:  [Day 15]从零开始学习 JS 的连续-30 Days---forEach 的综合应用

2.4.17 Design System - Tooltip

Tooltip 元件主要用作提供一些协助资讯给用户 在 checklist 上的说明是只会发生在桌机...

【Day 4】物理时间、happens-before 关系、causality

回家再修文,先发ㄌ 晚点要补一下前一篇的 failure detectors 介绍分散式系统中的时间...

元件类别库魔术

今天要来介绍如何将自己撰写的元件包成元件类别库,并提供给 Blazor Server 与 Blazo...

08. Laravel Sail x Xdebug x Coverage

要产出覆盖率报告需要安装 Xdebug。因为我们使用 docker 环境,所以要修改 Dockerf...

Day17. Blue Prism的匿踪行动-BP Page Stage 重新使用发布的流程页

我们常在说如何节省时间减少重工, Reuse就是一种好方法。 我们今天写的程序,明後天都会写到同一段...