简体   繁体   English

FirebaseError:未为此Firebase启用指定的身份验证提供程序

[英]FirebaseError: The specified authentication provider is not enabled for this Firebase

I am creating Android application that using Firebase Auth . 我正在创建使用Firebase Auth的 Android应用程序。 But when I add log-in by gmail I got error: 但是当我通过gmail添加登录时出现错误:

FirebaseError: The specified authentication provider is not enabled for this Firebase.

Even though I enable Gmail authentication. 即使我启用了Gmail身份验证。 enter image description here 在此处输入图片说明

Could you explain and help me resolve it ? 您能解释一下并帮助我解决吗?

That happened to me because I was using 2.4.2 instead of their new 3.0.3 sdk. 发生这种情况是因为我使用的是2.4.2而不是新的3.0.3 SDK。

Basically either switch to new sdk and use their new console, or keep using 2.4.2 but you have the use the "legacy console" 基本上要么切换到新的SDK并使用其新控制台,要么继续使用2.4.2,但是您可以使用“旧版控制台”

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我收到此错误:“即使我已启用必需的提供程序,也没有为此Firebase启用指定的身份验证提供程序。” - I'm getting this error: “The specified authentication provider is not enabled for this Firebase.”, even though I HAVE enabled the required providers Windows Azure身份验证提供程序未启用 - Windows Azure Authentication Provider is not enabled Firebase身份验证仅限于一个提供程序 - firebase authentication limited to one provider firebase,FirebaseError:连接到身份验证服务器时发生异常:主机未解析:auth.firebase.com - firebase,FirebaseError: There was an exception while connecting to the authentication server: Host is unresolved: auth.firebase.com FirebaseError异常电子邮件/密码身份验证 - FirebaseError Exception Email/Password Authentication 如何处理多个身份验证提供程序(firebase) - How are handle multiple authentication provider (firebase) Firebase身份验证错误:我启用了电子邮件/密码选项 - Firebase Authentication Error: I Enabled the Email/Password option “错误:Firebase项目已禁用给定的登录提供程序。”但我已经启用了Firebase Google Auth - “Error: The given sign-in provider is disabled for Firebase project.” but i've enabled firebase google auth 如何在不登录Android应用程序的情况下获取Firebase身份验证的提供程序 - How to get the provider of firebase authentication without signing in in android application Firebase 身份验证:如何知道 Google 或 Facebook 提供商的帐户是否已经存在? - Firebase Authentication: How to know if account with Google or Facebook provider already exist?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM