-
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
feat: fcm 데이터 메시지 작성 #102
Merged
Merged
feat: fcm 데이터 메시지 작성 #102
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
|
songyi00
approved these changes
Dec 1, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍👍
kimyu0218
added a commit
that referenced
this pull request
Dec 2, 2024
* rename: message -> notification * feat: 테스트용 firebase data 정의 * remove: memberId 필드 삭제 * refactor: notification -> data * rename: PushNotification -> PushMessage * fix: 푸시 활성화 여부 확인 시 null 여부도 체크 * test: null 여부 확인 로직 반영 * test: 미션 시작 전/진행 중 푸시 알림 검증 (#104) * fix: ci 오류 수정
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.
Issue Number
close: #
작업 개요
데이터 메시지 전송을 위한 테스트 api 작성 (#84)
작업 사항
Notification
은title
과body
외 추가적인 데이터를 작성할 수 없어 사용자 정의 data를 통해 푸시 알림을 보내야 합니다.send*Message
를 data와 구분하기 위해send*Notification
으로 변경했습니다.고민한 점들(필수 X)
여기에 작성하세요
스크린샷(필수 X)
여기에 작성하세요