您如何使用Firebase
检查Google Play服务的正确版本?
文档说您应该检查以确保设备上的版本是应用程序中的正确版本,但他们没有显示示例。
没有firebase通常会使用GoogleApiAvailability
,但这不包含在firebase核心
那么我需要从Google Play服务中包含哪些依赖项?
这些是我当前的依赖
dependencies {
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:recyclerview-v7:24.2.1'
compile 'com.android.support:design:24.2.1'
compile 'com.android.support:cardview-v7:24.2.1'
compile 'com.google.firebase:firebase-messaging:9.6.1'
compile 'com.google.firebase:firebase-core:9.6.1'
}