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

Properly grab FCM_APIKEY and FCM_MAX_RECIPIENTS from settings #41

Closed jwjimmy closed 6 years ago

jwjimmy commented 7 years ago

I believe @Renzo04 accidentally removed the __init__ method from FCMMessage when submitting https://github.com/Chitrank-Dixit/django-fcm/pull/36.

See here: https://github.com/Chitrank-Dixit/django-fcm/pull/36/commits/efd8a6f40c68b0f249d1863bcdde90b0591bd44a#r106833311

rmanganiello commented 7 years ago

Oh... You are right... I delete the _chunk method too by mistake, can you add it in this pull request? So sorry!