You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An FCM token is unique for a device. We connect the FCM token to an address and then send notifications to that fcm token.
In some situations it is possible to register the same FCM token to a different address. This would mean that a user could get push notifications for an account he is currently logged out from.
An easy fix on the relay server would be to cleanup the old addresses with the same FCM token, whenever someone tries to register a new address with the same FCM token.
The text was updated successfully, but these errors were encountered:
An FCM token is unique for a device. We connect the FCM token to an address and then send notifications to that fcm token.
In some situations it is possible to register the same FCM token to a different address. This would mean that a user could get push notifications for an account he is currently logged out from.
An easy fix on the relay server would be to cleanup the old addresses with the same FCM token, whenever someone tries to register a new address with the same FCM token.
The text was updated successfully, but these errors were encountered: