Chitrank-Dixit / django-fcm

Django FCM provides firebase cloud messaging to android or ios support for django apps
https://django-fcm.readthedocs.io/en/latest/
MIT License
54 stars 28 forks source link

Error in Docs? #28

Open rhblind opened 7 years ago

rhblind commented 7 years ago

As far as I can see, in order to unregister devices one has to use DELETE to /fcm/v1/devices/{pk}/, not POST?

Chitrank-Dixit commented 7 years ago

thanks for the update @rhblind , I will update this in the next release coming

rhblind commented 7 years ago

Great, thanks!