Hi all, I did an App with notification with firebase. I don't know why some notification are re-shown without interation. Could the server send them in loop!
No I use another device for push them.
But the device generate the notification when I push a button. Should be done once but after some Second the notification is pushed again
Is possible see in Firebase Console notification from device?
How serever know the notification delivery is good? Probably my server try to send again because think no delivery issue
Not sure what you are talking about. There is no server involved. The B4J code which you can call from B4A as well sends the message to Firebase servers.
If you are using B4A v8+ then you should call Service.StopAutomaticNotification. Otherwise you will get two notifications in Android 8+.
Is this a question?
The B4J code sends the messages once.
You shoudn't use the console at all.
Not sure what you are talking about. There is no server involved. The B4J code which you can call from B4A as well sends the message to Firebase servers.
If you are using B4A v8+ then you should call Service.StopAutomaticNotification. Otherwise you will get two notifications in Android 8+.