- Today
- Total
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 항해99
- react
- typescript
- 코인
- Flutter
- 차트
- Redux
- 비전공자
- 주식
- graphql
- Firebase
- 리액트
- 코인차트
- websocket
- API
- apollo
- 채팅
- javascript
- error
- chart
- typeorm
- Coin
- 차트구현
- rtk
- 차트만들기
- nextjs
- 에러
- 주식차트
- nestjs
- 3주차
Archives
목록ApiException (1)
Act99 기술블로그

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