0
I’m in need and I’ve searched a lot, but not yet figure out how to do, I have a base in google’s firebase-database that is updated every 10 minutes, when a new information arrives in firebase the Altime modifies the forms in the app in milliseconds, but when the app is closed I do not know that there has been modification. I need that when there is a modification in firebase the app receive this data that increases the notification for users. I searched several sites and videos and nobody work with Broadcast and firebase, but I believe there is something, I also checked the possibility of using the function Services android, but the same should be triggered by the application and this would be impossible since the same is closed.
Someone could help me
Ola Rosario, I was looking at the article that I believe meets my need, but I still have some doubts, this method works even with the closed application ? Do I need to send a notification if a value exceeds the preset limit that function will be within firebase or application? need to use token?
– Renan Silveira
@Renansilveira you found the solution, I’m looking for it too. I just need to create this broadcast to know if there have been changes and activate the notification.
– Renato Souza