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

Result does not return success or failed #347

Open ak84513 opened 1 month ago

ak84513 commented 1 month ago

it is returning {'name': 'projects/xxxxx/messages/0:xxxxxxxxxxxxxx'}

jinwoojimmy commented 1 month ago

@ak84513 So I am checking the success by checking if 'name' key exists in the dict 😆