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

#547 [Bug] FCM 푸시 알림이 수신되지 않는 버그 #548

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

kmc7468
Copy link
Member

@kmc7468 kmc7468 commented Sep 24, 2024

Summary

It closes #547
FCM 푸시 알림이 수신되지 않는 것처럼 보이던 버그를 수정합니다.

Extra info

  • Deprecated된 API를 사용하고 있었어서, 간헐적으로 FCM 전송이 실패하던 문제가 있었습니다.
  • 기본 아이콘이 잘못된 URL을 가지고 있어, 사용자의 휴대폰까지 FCM이 전송되었지만 알림이 표시되지 않던 문제가 있었습니다.
  • firebase-admin 패키지의 버전도 major 버전이 바뀌지 않는 선에서 최대한 업데이트했습니다.

Further Work

  • 수신 실패한 디바이스 토큰을 삭제하는 코드에 버그가 있어 수정이 필요합니다.

@kmc7468 kmc7468 added the 😱 bug Something isn't working label Sep 24, 2024
@kmc7468 kmc7468 self-assigned this Sep 24, 2024
@kmc7468 kmc7468 linked an issue Sep 24, 2024 that may be closed by this pull request
@kmc7468 kmc7468 merged commit 9b44a3b into dev Sep 24, 2024
1 check passed
@kmc7468 kmc7468 deleted the #547-fix-fcm-not-working branch September 24, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😱 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] FCM 푸시 알림이 수신되지 않는 버그
2 participants