Bastien D
Bastien D

Reputation: 1465

Send push notifications with Ionic 2 to users group in background

I want to display a push notifications in background for a defined users group.

Exemple :

In Ionic i have not seen a callback or others to filter received push by criteria (group ID for exemple)

Upvotes: 0

Views: 94

Answers (1)

Arnold Parge
Arnold Parge

Reputation: 6867

If you are using firebase, you can use subscribe to topic. You can also get more details in the docs

Upvotes: 1

Related Questions