본문 바로가기
개발/Flutter

PlatformException (PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null))

by 문둘기 2022. 8. 4.

 

문제

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