How can i send Push Notifications only to specifics users?

I’m creating an app to manage the results of every category in my sport club.
I have to send a push notification (when i click the button from the admin panel) only to the users who have activated notifications for a certain category… how can i do it?

Use segments in the one signal or select the users

You can do it with using One signal push notification.

Know more about one signal:

2 Likes

No, if you set the switch on “ON”, you have to receive the notify, if you set the switch on OFF, i haven’t to receive the notify.
If you know how to do this, please tell me.

If a user switch on, then store device ID as value to database like firebase.

Now you can get a list of users in firebase, who wants to receive notifications with their device ID.

Now from one signal, select send to particular segment, in that select those users and send notifications.

1 Like

Do you use OneSignal for the push notifications?

1 Like

save every user sender id and than use of your need

As background notification service is possible yet in Kodular, you can use Firebase for customized notification based on the user selection.

These blocks may help you.

:slight_smile:

1 Like

Ok, i now test it! :smiley:

Thanks very much!

If my answer helped you, please mark it as solution.

1 Like