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] deprecated된 FirebaseMessaging 내부 메서드 사용으로 인한 오류 해결 #286

Merged
merged 2 commits into from
Jan 25, 2025

Conversation

Kim-TaeUk
Copy link
Member

Related Issue

Key Changes

  • deprecated된 sendMulticast 메서드 사용으로 인한 문제 발생
  • firebase-admin 버전 변경, sendEachForMulticast 메서드로 수정하여 문제 해결

To Reviewers

  • 버전은 중요하다.

from sendMulticast(deprecated)
to sendEachForMulticast
@Kim-TaeUk Kim-TaeUk merged commit 7541672 into dev Jan 25, 2025
2 checks passed
@m6z1
Copy link
Member

m6z1 commented Jan 25, 2025

갓태욱

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] deprecated된 FirebaseMessaging 내부 메서드 사용으로 인한 오류 해결
2 participants