Closed ricardogsilva closed 6 years ago
This PR makes it possible to register the same device with multiple users.
We just inherit from the fcm_django DeviceViewSetMixin which has a check that any device is always updated to belong to the current user.
DeviceViewSetMixin
This PR makes it possible to register the same device with multiple users.
We just inherit from the fcm_django
DeviceViewSetMixin
which has a check that any device is always updated to belong to the current user.