aiofcm icon indicating copy to clipboard operation
aiofcm copied to clipboard

Feature request: Send to firebase Topic

Open jsmolina opened this issue 6 years ago • 1 comments

I think this quite simple but also good library is missing just 'send to topic' implementation. Something simple like this could work:

result = dict(
            message_id=self.message_id,
            to=self.device_token or  '/topics/{0}'.format(self.topic_name),
        )

Of course, current implementation allows reusing device_token and just sending the /topics with it, but this way will be more simple

jsmolina avatar May 22 '18 08:05 jsmolina

+1

jfgaudreault-p avatar Oct 18 '19 20:10 jfgaudreault-p