- Today
- Total
Notice
Recent Posts
Recent Comments
Link
목록sign_in_required (1)
Act99 기술블로그
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/p1OYq/btqNOIEKm0p/jdMKzwbZfGho8OYsxqbUk0/img.png)
Flutter와 Firebase Auth 를 연동시키다보면 가끔 google_sign_in issue: PlatformException(sign_in_required, com.google.android.gms.common.api.ApiException: 4: 4: , null)) 에러가 뜬다. 가령, 필자의 경우 @override void initState() { super.initState(); // Detects when user signed in googleSignIn.onCurrentUserChanged.listen((account) { handleSignIn(account); }, onError: (err) { print('Error signing in: $err'); }); googleSign..
개발팁저장소/flutter
2020. 11. 19. 20:56