문제
PlatformException (PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null))
firebase auth를 이용해서 로그인을 구현하는도중 발생한 에러
해결
대부분은 SHA 인증서 지문을 추가하면 해결된다
flutter 프로젝트 루트폴더에서 아래 명령어로 생성할수있다
맥북기준
keytool -list -v \
-alias androiddebugkey -keystore ~/.android/debug.keystore
비밀번호는 android
윈도우용 명령어나 자세한 내용은 아래링크에서 볼수있다
https://developers.google.com/android/guides/client-auth?authuser=0&hl=ko
'개발 > Flutter' 카테고리의 다른 글
ios 16 천지인 키보드(10 key) 입력 이상하게되는 문제 (해결X) (0) | 2022.12.07 |
---|---|
Could not build the application for the simulator 해결하기 (0) | 2022.12.06 |
Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds (0) | 2022.07.17 |
[Flutter] checkbox radius (0) | 2022.05.19 |
앱 개발할때 좋은 안드로이드 미러링 scrcpy [macOS] (0) | 2022.05.07 |