[트러블슈팅] Flutter: Error debug serializing parameter cloud function을 사용해서 ai에게 응답을 받아오고 있는데flutter: Error debug serializing parameter: type 'XXX' is not a subtype of type 'String?' 자꾸 이런 오류가 뜸.도대체 뭐 때문인지 모르겠음... return 값을 json타입으로 명시해두고 응답도 제대로 받아오는데,flutter flow랑 연결하는 부분에서 문제가 발생하는 것 같음.근데 다 살펴봐도 문제가 없는데 도대체 뭐란 말임..........열받는다... 코드 상으로 확인이 가능하면 좋겠는데 flutter flow라 확실히 제약이 많은 듯 flutter: Error debug serializing parameter: type 'XXX2' is not a sub.. 인턴일기🌱 약 14시간 전
[트러블슈팅] push notification on ff sent to 0 devices (solved) flutter flow 내에서 push notification을 활성화하면자동으로 addFCMToken이라는 cloud function이 실행되어서 users 다큐멘트에 해당 데이터가 업로드 되어야 하는데firebase function에서 addFCMToken이 호출이 안되는 상황이 발생뭥미? 왜 안되는 건지 모르겠음..사용자가 로그인이나 가입시 토큰을 가져와서 파이어베이스에 업로드하는 건 간단한데,맞는 타입이 뭔지 하나하나 테스트 해봐야했다...usersㄴfcm_tokens ㄴcreated_at ㄴdevice_type ㄴfcm_token이 구조와 필드명을 맞춰줘야 인식이 되어서 알림 전송이 가능함. 위와 같이 수정해주고 나니 num_sent가 1로 찍히고기기에서도 알림이 잘 오는 것을 확인함해결완료! 인턴일기🌱 약 20시간 전
push notification https://community.flutterflow.io/ask-the-community/post/push-notification-not-always-successful-SXqYjnhJdSHKjd3 Push notification not always successfulleaving this here for anyone struggling with why the push notification not always successful. after long time of research and debugging , FF still uses a deprecated method sendMulticast() in the ...community.flutterflow.io 인턴일기🌱 4일 전
[flutter flow] Local device Run error Updating local specs repositoriesAnalyzing dependenciesPre-downloading: `FirebaseFirestore` from `https://github.com/invertase/firestore-ios-sdk-frameworks.git`, tag `11.4.0`cloud_firestore: Using Firebase SDK version '11.4.0' defined in 'firebase_core'cloud_functions: Using Firebase SDK version '11.4.0' defined in 'firebase_core'firebase_auth: Using Firebase SDK version '11.4.0' defined in 'fir.. 인턴일기🌱 8일 전
[트러블슈팅] Flutter Flow Notification 관련 설정 및 FCM key 발급 어제 APNs 키도 등록해서 더 설정할 게 없는데,push notification이 전송 succeed가 떴지만 실제 내 폰으로는 전송되지 않는 오류가 발생firebase에도 succeeded라고 올라와 있는데..... 흠...Sent to 0 devices 라고 뜸 flutter flow 커뮤니티에서 위와 같은 글을 발견..!그래서 fcm token 문제인가?? 하고firebase를 확인해봤는데 fcm_tokens subcollection이 없음또, 프로젝트에서 이런 오류를 띄우며 알려줌In order to use push notifications, the project must use Firebase Auth and have a Users Collection configured.아마 앱 내에서 fc.. 인턴일기🌱 9일 전
[Flutter Flow] Foreground In-App Notifications 오늘의 할 일Foreground In-App Notifications 적용할 수 있는지 확인APNs 등록하기Flutter Flow에서 push nitification 활성화, 테스트 해보기HTTP v1 API 확인하기jazz up = make better [Foreground In-App Notifications - Custom Code Modification Guide] 문서 내용 정리 3가지 시나리오가 있음App in the Foreground (when it's open and actively being used) - applicable to both web and mobile platforms.App in the Background or Closed - for web.App in the Back.. 인턴일기🌱 10일 전