Ani*_*ale 15 ios firebase google-cloud-platform swift firebase-realtime-database
我已经完成了所有步骤,但我仍然卡在这个屏幕上。
虽然可以在里面看到崩溃 Crashlytics panel
嘿,请确保您已致电:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
FirebaseApp.configure()
}
Run Code Online (Sandbox Code Playgroud)
如果这不起作用,请尝试向 firebase 发送一些数据,如下所示:
Analytics.logEvent("This is a test", parameters: [
"Test1": "tester",
"Test2": "tester"
])
Run Code Online (Sandbox Code Playgroud)
这会将分析数据发送到 Firebase
| 归档时间: |
|
| 查看次数: |
6980 次 |
| 最近记录: |