psychok7 / pinax-notifications-backends

Django application that implements a few backends for pinax-notifications
MIT License
8 stars 2 forks source link

Change push notification library #6

Open psychok7 opened 7 years ago

psychok7 commented 7 years ago

https://github.com/jleclanche/django-push-notifications seems to have a lot of design issues.

As an alternative we can use https://github.com/xtrinch/fcm-django or https://github.com/Chitrank-Dixit/django-fcm

PedroMD commented 7 years ago

Currently working and testing fcm-django (https://github.com/xtrinch/fcm-django). If it turns out to be a viable solution, I will try to integrate it as a backend for push notifications.