[React Native/RN] 리액트 네이티브 구글 로그인 [Error: A non-recoverable sign in failure...
[Error: A non-recoverable sign in failure occurred]
구글 로그인 시 해당 오류가 발생했다.
검색으로 확인해보니 간단하게 해결되는 문제였다.

파이어베이스 콘솔 프로젝트 설정에 '지원 이메일' 항목을 입력하면 되는 것이다.
1. add support email to solve this error
2. and wait 5 minutes your google login will be working fine
stackoverflow에 따르면 5분정도를 기다려야한다고 한다.
https://stackoverflow.com/questions/53816227/google-signin-sdk-is-failing-by-throwing-error-a-non-recoverable-sign-in-failur
Google SignIn SDK is failing by throwing error, A non-recoverable sign in failure occurred -catch error: React Native
I have been trying to integrate Social login in my react native project in which I was able to do facebook login successfully but it is failing to signin to google. react-native-google-signin libra...
stackoverflow.com
하지만 메일을 적용하고 시간이 지나도 여전히 같은 오류가 발생했다.
위의 스택오버플로우 답변 중 하단에 있는 패키지명 이야기가 마음에 걸려 패키지명을 변경하고 google-service.json을 다시 넣어주니 해당 오류가 발생하지 않았다.
* 패키지명이 흔하거나 test 등이 들어가면 안된다고 한다.