本文介绍了Android中的Firebase身份验证错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正尝试使用Firebase身份验证当时在我的项目中有一个错误
这个操作是不允许的。您必须在控制台中启用此服务。 https://console.firebase.google.com/ =nofollow noreferrer> Firebase控制台。
可以这样做,访问您的项目 - >认证菜单,登录方法 - >然后启用所需的认证类型。
Here is screen shot I am trying to sign in from google using firebase authentication at that time in my project there is a error
This operation is not allowed. You must enable this service in the console.
解决方案
As you error said, you need to enable authentication in your Firebase console.
This can be done, accesing your project -> authentication meniu, SIGN-IN METHOD -> and then enable the desired authentication type.
这篇关于Android中的Firebase身份验证错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!