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

[FIX] 푸시 알림 수정 및 초대장 url #50

Merged
merged 3 commits into from
Jul 17, 2023

Conversation

jun02160
Copy link
Member

📌 관련 이슈

close #49

✨ 어떤 이유로 변경된 내용인지

  • 동적 링크 생성은 릴리즈 이후 사항이라 적용 안했습니다!
  • 토픽구독으로 되어있던 부분 단일기기 전송으로 수정해서 돌아가도록 수정했습니다
  • 초대장 url 도메인 연결해둔 걸로 수정해서 반영했습니다

🙏 검토 혹은 리뷰어에게 남기고 싶은 말

  • ddl-auto update 설정 해주기 ㅋㅋ

@jun02160 jun02160 added 🔥 Pull Request PR 날림 🚨Hotfix 급한 수정사항 발생 예준🍒 🐞BugFix 에러 수정, 버그 수정 labels Jul 16, 2023
@jun02160 jun02160 requested a review from ddongseop July 16, 2023 18:15
@jun02160 jun02160 self-assigned this Jul 16, 2023
@@ -216,7 +216,7 @@ public String multipleSendByToken(FCMPushRequestDto request, Long parentchildId)

try {
BatchResponse response = FirebaseMessaging.getInstance().sendMulticast(message);
log.info("다수 기기 알림 전송 성공 ! successCount: " + response.getSuccessCount() + " messages were sent successfully");
log.info("다수 기기 알림 수전송 성공 ! successCount: " + response.getSuccessCount() + " messages were sent successfully");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오타 시간될때 수정 해주세욥

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ수정완 ~~

@jun02160 jun02160 merged commit 5e1562d into develop Jul 17, 2023
@ddongseop ddongseop deleted the feat/#49-firebase_dynamic_link branch August 12, 2023 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
예준🍒 🐞BugFix 에러 수정, 버그 수정 🚨Hotfix 급한 수정사항 발생 🔥 Pull Request PR 날림
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 파이어베이스 동적 링크 생성
2 participants