E / FirebaseInstanceId:令牌检索失败:AUTHENTICATION_FAILED

时间:2019-11-19 16:48:26

标签: java android firebase google-cloud-firestore firebase-authentication

我在使用Firebase时遇到问题,向我显示以下消息:

E / FirebaseInstanceId:令牌检索失败:AUTHENTICATION_FAILED

应用程序:

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'androidx.appcompat:appcompat:1.1.0'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'androidx.test.ext:junit:1.1.1'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
    implementation 'com.google.firebase:firebase-analytics:17.2.1'
}

apply plugin: 'com.google.gms.google-services'

成绩:

buildscript {
    repositories {
        google()
        jcenter()

    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.5.2'
        classpath 'com.google.gms:google-services:4.3.3'
    }
}

allprojects {
    repositories {
        google()
        jcenter()

    }
}

我尝试了一些解决方案,但没有一个起作用:

  1. 验证设备是否可以连接互联网
  2. 检查我的PlayServices是否已更新(下面有更多信息)
  3. 尝试使用具有相同PlayServices版本的其他设备。

我搜索了其他问题,但没有一种可能的解决方案可以解决我的问题:

当我在模拟器上运行版本为 16.0.89 的PlayServices时,它运行良好。我无法更新此应用程序,因为它将产生更大的影响(因为我已经有很多设备正在运行此版本),因此PlayServices的已安装版本为 14.7.99

0 个答案:

没有答案