We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
다중 로그인, 멀티 디바이스 지원을 위해 fcm 푸시 알림을 리팩토링한다.
🧑🤝🧑 다중 로그인
A 계정
B 계정
📱 멀티 디바이스
member
device_token
여기에 작성하세요
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
기존 문제점 설명
다중 로그인, 멀티 디바이스 지원을 위해 fcm 푸시 알림을 리팩토링한다.
🧑🤝🧑 다중 로그인
A 계정
과B 계정
이 디바이스 토큰을 공유할 때,A 계정
에게B 계정
의 푸시 알림이,B 계정
에게A 계정
의 푸시 알림이 전송될 수 있다.📱 멀티 디바이스
member
테이블에device_token
필드를 두고 있으므로 알림이 가는 기기는 단 1개 뿐이다.재현 방법
예상한 결과
여기에 작성하세요
추가 내용
여기에 작성하세요
The text was updated successfully, but these errors were encountered: