Skip to content

How to dismiss || ignore || delete push notifications? #5287

Answered by andersonaddo
oikkoikk asked this question in Q&A
Discussion options

You must be logged in to vote

Read this doc entirely:
https://rnfirebase.io/messaging/usage#receiving-messages

You're going to have to be a bit more specific about the type of notifications and fcm messages you're sending to the client.

I want to filter some sort of push notifications without using 'Topic' (because using 'Topic' + 'Token' both is unexcepted).
How can I dismiss the incoming push notifications( dismiss means totally ignore the notification)?

If you're sending non data-only fcm messages, then filtering will be difficult since its automatically shown via native side code.
If youre sending data-only messaging, then its easy to decide when to and not to show the notification since all that logic will be i…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andersonaddo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants