[FR] Create a function for easily sending push notification to all devices on a specific platform (eg. iOS, Android) like the Console allows #2075
Open
Description
opened on Feb 14, 2023
Is your feature request related to a problem? Please describe.
Unlike with the console, the SDK does not provide an easy method for sending push notifications to all devices on a specific platform (eg. iOS, Android).
Describe the solution you'd like
Implement a function that sends a push notification to all devices on a specific platform without the need of first using client side logic to record tokens or subscribe to topics.
Describe alternatives you've considered
Workarounds include subscribing each device to a certain topic or recording each FCM token with client-side logic.
Additional context
n/a
Activity