Closed KwanWaiChung closed 2 years ago
Sure, that's possible:
push_service = FCMNotification(api_key=api_key)
push_service.notify_topic_subscribers(
topic_name=topic,
message_title=title,
message_body=message,
)
thats not working it show success but mobile side didnt receive anything.
Is this project still living? I have the same problem as @sachinkumar502 ...
I am aware that we can send a message to a topic, but can we send a notification to a topic? thanks