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?
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?