[Feature] FCM 발송 모듈 구현 (Firebase Cloud Messaging) #104
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#104
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 개요
Firebase Admin SDK를 사용하여 Android 디바이스에 푸시를 발송하는 모듈을 구현합니다.
PushWorker(#9)의 선행 작업으로, FCM HTTP v1 API 기반 발송 및 에러 처리를 포함합니다.
📐 설계
IFcmSender(Application Layer)FcmSender(Infrastructure Layer, Firebase Admin SDK)✅ 체크리스트
Application Layer
IFcmSender.cs— FCM 발송 인터페이스PushResultDto.cs— 발송 결과 DTOInfrastructure Layer
FcmSender.cs— Firebase Admin SDK 연동에러 처리
검증
📎 참고