Skip to content

[feat #1] FCM 알림 추가#2

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

[feat #1] FCM 알림 추가#2
hyun2371 merged 38 commits intodevfrom
feat/#1/notification

Conversation

@hyun2371
Copy link
Copy Markdown
Owner

@hyun2371 hyun2371 commented Jun 30, 2025

close #1

📑 작업 상세 내용

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

@hyun2371 hyun2371 self-assigned this Jun 30, 2025
@hyun2371 hyun2371 added the feature New feature or request label Jun 30, 2025
@hyun2371 hyun2371 linked an issue Jun 30, 2025 that may be closed by this pull request
2 tasks
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 30, 2025

Test Results

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

Results for commit 3ef9f24.

♻️ This comment has been updated with latest results.

@hyun2371 hyun2371 changed the title [feat #1] 알림 기능 추가 [feat #1] FCM 알림 추가 Jun 30, 2025
@hyun2371 hyun2371 merged commit 257cb67 into dev Jun 30, 2025
3 checks passed
@hyun2371 hyun2371 deleted the feat/#1/notification branch June 30, 2025 10:50
@hyun2371 hyun2371 restored the feat/#1/notification branch June 30, 2025 10:54
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