Firebase身份验证迁移后的FirebaseAuthInvalidUserException

时间:2017-08-28 16:00:35

标签: android authentication firebase firebase-authentication

TL; DR

是否可以在传统和最新的Firebase上对相同的Android应用进行身份验证?

描述

我们正在重构仍然依赖legacy Firebase framework到最新版Google Firebase的Android应用。

不幸的是,我们必须在两个同时调用的框架版本上进行身份验证:

即使电子邮件/密码适用于旧API,最新的错误也会引发以下错误:

com.google.firebase.auth.FirebaseAuthInvalidUserException:

    There is no user record corresponding to this identifier.
    The user may have been deleted.

        at com.google.android.gms.internal.zzblv.zzce(Unknown Source)
        at com.google.android.gms.internal.zzbls$zzj.zza(Unknown Source)
        at com.google.android.gms.internal.zzbmd.zzcf(Unknown Source)
        at com.google.android.gms.internal.zzbmd$zza.onFailure(Unknown Source)
        at com.google.android.gms.internal.zzbly$zza.onTransact(Unknown Source)
        at android.os.Binder.execTransact(Binder.java:453)

这是否意味着同一Android应用程序无法在旧版和最新版Firebase上进行身份验证?

0 个答案:

没有答案