+ 1
In Web application how to send notification uodate to android application using notification using firebse
It is possible i mean is there any code how to build it. Thanks in adv. #respect1sttimr
1 Resposta
+ 2
You can prescribe ALERT and make it repeat for example every 10 minutesie every
function myAlert() {
alert("Hi");
}
setInterval(myAlert, 2000);
2-3 seconds there is a message delay can be put more