0

Is there any way to archive delete fcm message from server side? For instance like Messenger(Facebook app), When you unsent a meesage they also delete notification that already shows up to end user, But I got no idea how they archive this. How they unsend a fcm message that already sent and deliver to end user?

flutroid
  • 1,166
  • 8
  • 24

1 Answers1

1

There is currently no way to do that, what you can do is you can store these messages on some kind of database and write logic to delete those messages which are seen by the user. You can also see this similar question

Wali Khan
  • 586
  • 1
  • 5
  • 13