-
Notifications
You must be signed in to change notification settings - Fork 0
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-300] FCM 앱 푸시 알림 전송 및 구독 기능 구현 #156
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
스터디 공지, 포도알 알림 등 더 많은 의미를 포함하도록 단순한 테이블 참조 유형이 아닌 토픽 유형으로 이름 변경
SubscribeTopicUseCase -> ManageSubscriptionUseCase
추후 wire mock 등의 외부 api 호출 mocking을 위한 라이브러리를 도입할 예정
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
💁 해결 하려는 문제를 적어주세요
🤔 어떤 방식으로 해결했는지 적어주세요
아래는 추가된 테이블 erd입니다.
세부동작
🧑🏫 이해를 위해 필요한 자료가 있다면 첨부해주세요
FCM 메시지 빌드, 전송 공식 문서
https://firebase.google.com/docs/cloud-messaging/send-message?hl=ko&_gl=1*k1zcko*_up*MQ..*_ga*MTUzMTU4NjA3Ny4xNzI5OTQwMzU2*_ga_CW55HF8NVT*MTcyOTk0MDM1Ni4xLjAuMTcyOTk0MDM1Ni4wLjAuMA..
남은 스터디 공지 구독 관련 작업