I know how to send notification to single user and multiple users by using subscribeToTopic ("all"), but how can I send Notification to a group of people according to my wish
Asked
Active
Viewed 70 times
0
-
firebase supports notification for a user segment but it is not customisable I believe – SaravInfern Jan 24 '18 at 07:23
1 Answers
0
To solve this, use Cloud Functions
for sending notifications. You can send a notification to a single user or to a group of users according to your needs. I've exaplained the entire flow for doing this in my answer from this post. So a notification can be sent, even if the user has not opened the app. He will receive the notification every time something interesting happens.

Alex Mamo
- 130,605
- 17
- 163
- 193