olucurious / PyFCM

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

make work PyFCM asynchronously #261

Closed akpp28 closed 2 years ago

akpp28 commented 4 years ago

I use web server based on aiohttp and I want to use a library to send notification asynchronously

ghk829 commented 4 years ago

@akpp @olucurious you got PR for this issue. PR:268

olucurious commented 4 years ago

Acknowledged

MMEIRN commented 5 months ago

Try async-pyfcm (https://pypi.org/project/async-pyfcm/) I recently found this too, and it's been very convenient to use