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

[feat]: FCM을 활용한 웹 푸시 기능 #88

Merged
merged 11 commits into from
Nov 1, 2024

Conversation

kanguk01
Copy link
Contributor

@kanguk01 kanguk01 commented Nov 1, 2024

📄요약

FCM을 활용하여 웹 푸시 기능을 구현한다.

🖋️작업 내용

  • 웹 푸시 로직 구현
  • 스케줄링 구현

📷스크린샷

image

❗참고 사항

env.properties 와 같은 디렉토리 안에 splanet-firebase.json 파일을 넣어줘야합니다. (슬랙 공유)

https://kanguk-room.notion.site/FCM-12b036cad7a88081be23f22d8a2c3693?pvs=4
https://kanguk-room.notion.site/12c036cad7a88073b0a0e1098775c723?pvs=4

🔗이슈

close #80

웹 푸시 기능을 구현하기 위해 FCM 초기세팅을 진행한다.
스케줄링을 활용하여 일정 시간 전에 플랜에 대해 푸시알림을 전송하는 기능을 구현한다.
디바이스에 따른 fcm 토큰 관리 설정 로직을 추가한다.
알림 기능 코드 쿼리를 최적화하여 전체적으로 성능을 향상시킨다.
스케줄러 시간 및 테스트 알림 설명
@kanguk01 kanguk01 added the ✨feature 기능 개발 및 수정 label Nov 1, 2024
@kanguk01 kanguk01 requested review from kimsongmok and ez23re November 1, 2024 01:17
@kanguk01 kanguk01 self-assigned this Nov 1, 2024
@kanguk01 kanguk01 force-pushed the feat/80-feature-webpush branch 3 times, most recently from 3def12e to 1fb67be Compare November 1, 2024 01:53
@kanguk01 kanguk01 force-pushed the feat/80-feature-webpush branch from 1fb67be to a3688d7 Compare November 1, 2024 02:03
이후 배포 테스트
배포 테스트 후 트리거 롤백
@kanguk01 kanguk01 merged commit 1751bda into weekly/9 Nov 1, 2024
1 check passed
@kanguk01 kanguk01 deleted the feat/80-feature-webpush branch November 1, 2024 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feature 기능 개발 및 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant