PyFCM
PyFCM copied to clipboard
Python client for FCM - Firebase Cloud Messaging (Android, iOS and Web)
How to add emojis in title?
https://github.com/olucurious/PyFCM/blob/6426f334b65f60f41c3acbe568cf7f54ed3860a7/pyfcm/fcm.py#L41
as doc say Optional [vapidKey](https://firebase.google.com/docs/reference/js/v8/firebase.messaging.Messaging#optional-vapidkey:-string)?: string The public server key is provided to push services. It is used to authenticate the push subscribers to receive push messages only from sending...
Going through the code, I can see that the `android_channel_id` argument is present in the rest of the methods except `multiple_devices_data_message`. Is this just a miss or by design? Verison:...
in async mode started to get the warnings about the connection pool is full very often. Please provide the configurable parameter to manage the connection pool size like the timeout...
Fixes https://github.com/olucurious/PyFCM/issues/307
Wrong parameters are currently being sent.
I received the note below from Google. Does anybody know if PyFCM will be affected, and if so are there plans to address it? [Firebase APIs 2.pdf](https://github.com/olucurious/PyFCM/files/11808506/Firebase.APIs.2.pdf)