안드로이드 빌드 시 발생 하는 에러.
I/flutter (14592): PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 12500: , null)
아래 링크의 내용을 보면
https://github.com/flutter/flutter/issues/33393#issuecomment-510395178
google sign in ^4.0.1+3 plugin: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null) ·
Details After sigining in to google at this line (Android) GoogleSignInAccount googleUser = await _googleSignIn.signIn(); I get this exception PlatformException(sign_in_failed, com.google.android.g...
github.com
구글 api console에서 credentials 에 내용을 체워 넣으면 된다고 한다.
https://console.developers.google.com/apis/credentials
Google Cloud Platform
하나의 계정으로 모든 Google 서비스를 Google Cloud Platform을 사용하려면 로그인하세요.
accounts.google.com
그리고 해보면 잘 된다.
'Develop' 카테고리의 다른 글
The CloudFormation template is invalid (0) | 2020.01.14 |
---|---|
C# HttpListener External IP (0) | 2019.08.13 |
PowerShell - 덤프파일 압축 (0) | 2019.04.29 |
wpf textbox twoway (0) | 2018.12.13 |
c# interface method 정의 (0) | 2018.12.04 |