使用firebase检查Google Play服务

时间:2016-10-21 15:30:00

标签: android firebase google-play-services firebase-cloud-messaging

您如何使用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'
   }

0 个答案:

没有答案