Home > Software engineering >  How do i send multiple notifacations through one channel
How do i send multiple notifacations through one channel

Time:10-03

I am working on an android application and I have it so you can send yourself a notification but I so not know how to send multiple through one channel so it edits the old one. Does anyone know how to do this or if its possible?

CodePudding user response:

change the id with each post I can't belive I did not know that.

CodePudding user response:

Rex,

I believe, easiest way is using Firebase or Onesignal. Then you have to write small back-end service. After that you can send notifications whatever you want.

Cloud Message: Firebase

OneSignal: OneSignal

  • Related