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

Enforced 'collapse_key' parameter for all notifications #34

Closed notexistence closed 7 years ago

notexistence commented 7 years ago

Hi. Can someone explain to me, why exactly for all messages the collapse_key parameter is set to 'message'? Related line: django-fcm/fcm/utils.py From the Firebase documentation it's clear that the collapse_key parameter is optional. If this parameter is needed, it can be set in the kwargs. Am I missing something?

notexistence commented 7 years ago

Ok, it's already fixed in master, but not in the pypi yet.