firebase auth
-
[flutter] 구글 로그인시 에러 발생할 때 _TypeError (type 'List<Object?>' is not a subtype of type 'PigeonUserDetails?' in type cast)Flutter 2024. 8. 10. 16:22
가이드를 그대로 따라했지만 아래 에러가 발생했다._TypeError (type 'List' is not a subtype of type 'PigeonUserDetails?' in type cast) 아래 부분에서 위 에러가 발생했는데, 가이드를 그대로 따라했을 뿐 별다른 문제 코드는 없었는데..FirebaseAuth.instance.signInWithCredential(credential); firebase_auth 버전이 원이이었던 듯 싶다. 간단하게 아래 명령어로 업그레이드 해주니 성공.flutter pub upgrade firebase_auth 참고- https://github.com/firebase/flutterfire/issues/13077