react-native-firebase_auth:compileDebugJavaWithJavac FAILED

dongwookim·2024년 6월 2일
0

firebase react-native auth 를 설치하고 실행하는 도중에 발생
수많은 구글링을 해봤지만...
2024.06.03일 기준 2일전에 같은 문제를 가진분들이 계셨다.

if (exception instanceof FirebaseAuthUserCollisionException) {
FirebaseAuthUserCollisionException collEx = (FirebaseAuthUserCollisionException) exception;
// 기존코드들 
}

이렇게 수정하면된다

출처: https://github.com/invertase/react-native-firebase/issues/7816

profile
Practice makes perfect

0개의 댓글