我正在尝试使用google登录,并且我已经验证了我的应用程序
!{this image from inside my app
this image from OAuth consent screen
此示例代码用于登录,库为google_sign_in:^5.2.1
GoogleSignInAccount googleSignInAccount = await _googleSignIn.signIn();
GoogleSignInAuthentication googleSignInAuthentication =
await googleSignInAccount.authentication;发布于 2021-11-17 01:52:38
此警告意味着该应用程序未经过验证,但您正在向其共享数据。单击advanced并选择continue以完成流程。验证后将自动将其删除。
https://stackoverflow.com/questions/69997847
复制相似问题