Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/flutter/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Flutter Flatter firebase_auth OAuth异常:errorMessage:(#803)无法通过用户名(CHANGE-ME)查询用户}_Flutter_Firebase Authentication - Fatal编程技术网

Flutter Flatter firebase_auth OAuth异常:errorMessage:(#803)无法通过用户名(CHANGE-ME)查询用户}

Flutter Flatter firebase_auth OAuth异常:errorMessage:(#803)无法通过用户名(CHANGE-ME)查询用户},flutter,firebase-authentication,Flutter,Firebase Authentication,我是一个新手,尝试将firebase_auth GoogleSignIn添加到我的应用程序中。我已经按照我在网上找到的大约5个示例的说明进行了操作,但在运行应用程序时不断出现错误: E/GraphResponse( 8321): {HttpStatus: 404, errorCode: 803, subErrorCode: -1, errorType: OAuthException, errorMessage: (#803) Cannot query users by their usernam

我是一个新手,尝试将firebase_auth GoogleSignIn添加到我的应用程序中。我已经按照我在网上找到的大约5个示例的说明进行了操作,但在运行应用程序时不断出现错误:

E/GraphResponse( 8321): {HttpStatus: 404, errorCode: 803, subErrorCode: -1, errorType: OAuthException, errorMessage: (#803) Cannot query users by their username (CHANGE-ME)}
我已将我的应用程序的代码发布在此处以供审阅:git@github.com:naustin/servicereport\u authror.git,