olucurious / PyFCM

Python client for FCM - Firebase Cloud Messaging (Android, iOS and Web)
http://olucurious.github.io/PyFCM/
MIT License
804 stars 206 forks source link

pass ensure_ascii=False to json.dumps to reduce payload size #217

Closed romantolkachyov closed 5 years ago

romantolkachyov commented 5 years ago

Tested with FCM: 1) unicode allowed 2) payload size measured right

romantolkachyov commented 5 years ago

Added changes to CHANGES and change target branch to develop (according to contribution guide)