viktorisacenko
viktorisacenko
Same problem. Something new about this issue?
For the api endpoints to register the device you need to add the url's from the rest package. ```python from rest_framework.routers import SimpleRouter from push_notifications.api.rest_framework import WebPushDeviceViewSet .... api_router =...
For me, the problem solved by using all 3: ``` clientId: google_web_client_id, androidClientId: google_web_client_id, serverClientId: google_web_client_id, ``` ....
+1 Is an important feature for a video lib 😁