我的应用已连接到 Firebase 分析,但没有用户在线显示



implementation'com.google.firebase:firebase-core:16.0.0'

implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.google.firebase:firebase-analytics:16.0.0'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
androidTestImplementation 'com.android.support.test:rules:1.0.2'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.4'

}

应用插件:"com.google.gms.google-services">

是的,在 Firebase 中显示统计信息需要一些时间,如果您想立即查看统计信息,可以使用调试视图

https://firebase.google.com/docs/analytics/debugview

最新更新