Skip to content

[feat #1] FCM 알림 구현#3

Merged
hyun2371 merged 40 commits intodevfrom
feat/#1/notification
Jun 30, 2025
Merged

[feat #1] FCM 알림 구현#3
hyun2371 merged 40 commits intodevfrom
feat/#1/notification

Conversation

@hyun2371
Copy link
Copy Markdown
Owner

close #1

📑 작업 상세 내용

  • firebase sdk 사용해 알림
    • resouces/firebase 경로에 firebase 계정 파일 저장
  • fcm 토큰 redis에 저장
    • 기존에 있는지 확인 후 없으면 저장
    • TTL로 오래된 토큰 삭제
  • 알림 저장 및 조회
    • NotificationType에서 타입별로 알림 메시지 설정
  • NotificationSender 추가
    • Notification 저장 로직 호출
    • FCM 알림 전송 로직 호출

hyun2371 and others added 30 commits June 29, 2025 17:04
@hyun2371 hyun2371 self-assigned this Jun 30, 2025
@hyun2371 hyun2371 added the feature New feature or request label Jun 30, 2025
@github-actions
Copy link
Copy Markdown

Test Results

127 tests   126 ✅  38s ⏱️
 35 suites    1 💤
 35 files      0 ❌

Results for commit 363544e.

@hyun2371 hyun2371 merged commit e8b001d into dev Jun 30, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feat] : FCM 알림 추가

1 participant