Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ [STMT-296] 알림 토큰 갱신 API 구현 및 FCM 알림 전송 테스트 기능 구현 #155

Merged
merged 19 commits into from
Oct 15, 2024

Conversation

05AM
Copy link
Member

@05AM 05AM commented Oct 15, 2024

💁 해결 하려는 문제를 적어주세요

  • 특정 상황에서 사용자 디바이스에 알림을 전송해야 합니다.
    • 주별 칭찬 하지 않았을 경우
    • 리뷰 작성을 하지 않았을 경우
    • 주기적인 알림(캘린더 알림)
    • 공지활동 작성 시

🤔 어떤 방식으로 해결했는지 적어주세요

  • Google의 FCM 서비스를 활용하여 알림을 전송하는 기반 코드를 작성했습니다.
  • 디바이스의 등록토큰을 저장할 테이블이 추가되었습니다.
  • 등록토큰을 갱신하는 API를 구현했습니다.

🧑‍🏫 이해를 위해 필요한 자료가 있다면 첨부해주세요

image

@05AM 05AM added the feature label Oct 15, 2024
@05AM 05AM self-assigned this Oct 15, 2024
@05AM 05AM merged commit 11bee3b into dev Oct 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant