olucurious / PyFCM

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

Fix async_notify_multiple_devices #308

Closed maramizo closed 2 months ago

maramizo commented 1 year ago

Fixes https://github.com/olucurious/PyFCM/issues/307

wkpark commented 2 months ago

@olucurious without this fix I got TypeError: BaseAPI.send_async_request() got an unexpected keyword argument 'payloads'. (pyfcm v2.0.1)