【问题标题】:Android - Firebase authentication giving error [duplicate]Android - Firebase 身份验证给出错误 [重复]
【发布时间】:2017-12-11 19:23:41
【问题描述】:

我正在使用 Firebase 开发一个 Android 应用程序,我想使用 Firebase 提供的电子邮件/密码身份验证。

但我不断收到以下错误:

W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.
W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.

我已经四处寻找,但我无法解决问题。

【问题讨论】:

标签: android firebase firebase-authentication


【解决方案1】:

在 app/build.gradle 中包含这些新的依赖项:

    compile 'com.google.firebase:firebase-auth:11.0.0'
    compile 'com.google.firebase:firebase-core:11.0.0'

并检查 SDK 工具 Google Play Service 和 Google Repository 要求更新,如果是,则更新到最新版本

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-10-17
    • 1970-01-01
    • 1970-01-01
    • 2018-04-28
    • 1970-01-01
    • 1970-01-01
    • 2017-06-18
    相关资源
    最近更新 更多