Flutter Flow에서 설정하기
1. Settings and Integrations > Push Notifications and Enable Push Notifications.
2. deploy 버튼 누르기
FCM 설정시 주의사항
-ios 에뮬에서는 동작하지 않으므로 실제 기기에서 테스트 할 것
-로그아웃 상태인 사용자에게는 알림이 전송되지 않음
-앱이 열려 있는 상태에서는 작동하지 않음
ios에서 먼저 설정해줘야 하는 사항
- Creating a Key
- Apple developer 계정에서 certificates, Identifiers & Profiles 에서 새로운 키 추가
- key name: DamiPushKey
- key usage Description(optional) : Push Notification key for Dami
- APNs enable 체크 후 Configure
- Environment, key Restriction 선택 후 save, continue, register, download
- 주의) key 한 번 다운로드하면 다시 다운로드 할 수 없음
- Apple developer 계정에서 certificates, Identifiers & Profiles 에서 새로운 키 추가
- Add APNs Key to Firebase Project
- Firebase → project settings → cloud messaging → upload APNs (파일 업로드 해야함)
- key ID(certificates, Identifiers & Profiles keys에서 확인 가능) 입력
- Team ID (account membership details에서 확인 가능) 입력
[구현 방법]
- Flutter Flow에서 action 추가할 페이지 클릭
- Add action
- on data changed
[참고 링크]
질문: FlutterFlow 프로젝트에 푸시 알림을 어떻게 추가하나요? | Rapid Developers
FlutterFlow 프로젝트에 푸시 알림을 추가하는 방법을 배워보세요. 이 단계별 가이드는 알림 활성화, Firebase 링크, 알림 핸들러 설정에 대해 다룹니다.
www.rapidevelopers.com
https://youtube.com/@the100_?si=KuhwvrjjynVEVher
Bravo Your Life.THE100_더백
안녕하세요. 더백클래스입니다. 지금은 100세 시대!! 당신의 아름답고 행복한 삶을 응원합니다. "우리 아빠 엄마도 IT 개발 할 수 있다!!" 세상에서 가장 쉬운 난이도의 IT(개발/디자인/기획) 강좌만
www.youtube.com
'인턴일기🌱' 카테고리의 다른 글
[flutter flow] Local device Run error (0) | 2025.04.10 |
---|---|
[트러블슈팅] Flutter Flow Notification 관련 설정 및 FCM key 발급 (0) | 2025.04.09 |
[Flutter Flow] Foreground In-App Notifications (0) | 2025.04.08 |
[Flutter Flow] FCM API에서 HTTP v1로 이전 (0) | 2025.04.07 |
1주차 준비 : 회의 내용 및 TODO (0) | 2025.04.04 |