尝试设置firebase登录时遇到任务和authresult错误

时间:2016-12-05 20:45:09

标签: android firebase firebase-authentication

我在此处遵循所有设置说明:https://www.sitepoint.com/creating-a-cloud-backend-for-your-android-app-using-firebase/

但是一旦我尝试实施登录,我就会收到错误here are all the places that I'm getting errors

所有错误只是说"无法解析符号"。我已经尝试查找问题,并且它只是说要重建或清理项目,我已经完成了但仍然无效

1 个答案:

答案 0 :(得分:0)

您的OnCompleteListener应使用AuthResult类型而不是authResultOnCompleteListener<AuthResult>

task参数应为:Task<AuthResult> task

对于将来的问题,最好发布代码而不是代码的图像。这允许我们将其复制到答案中。