-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
The notifications when created get a new id
the the system creates automatically no matter what id
I put in my notification.
When I call the getScheduledIds()
method, the ids that show up are not the same that I get when the user clicks on the notification inside the addOnMessageReceivedCallback
callback so it is impossible to know which notification is being clicked.
In the getScheduledIds()
method I get all id´s negative like -549521321654
but when I get it from the click callback the id is always positive, and a different number.
lord-zeus