使用电子邮件和密码进行身份验证Andriod Studio上的问题

时间:2018-11-18 09:19:12

标签: java android

如何启用电子邮件和密码身份验证?当我启用gradle时未成功完成。 当我单击“使用电子邮件和密码进行身份验证”按钮时。需要进行以下更改(图像链接)才能启用它。但是当我接受它时,Gradle并没有成功完成。 enter image description here

这里是接受更改后显示错误的图像的链接。 https://imgur.com/a/VwVuctR

1 个答案:

答案 0 :(得分:0)

删除

compile 'com.google.firebase:firebase-auth:16.0.1:15.0.0'

仅添加:

implementation 'com.google.firebase:firebase-auth:16.0.1'

为了通过电子邮件和密码启用身份验证,您应该进入控制台并更改设置。 enter image description here