Reputation: 21
I need to remove or recall push notification already sent using FCM API is there any way or workaround to delete or recall unread notification that sent via api
Upvotes: 1
Views: 2790
Reputation: 388
You can use the collapse_key
and replace the notification or yet send another notification with empty body.
Upvotes: 2