Hi guys,
exists something service or something like this that run when app is killed (completly closed) ? This don’t run https://ionicframework.com/docs/native/background-geolocation/ beacause If the app was completly killed, don’t run.
Thx
Hi guys,
exists something service or something like this that run when app is killed (completly closed) ? This don’t run https://ionicframework.com/docs/native/background-geolocation/ beacause If the app was completly killed, don’t run.
Thx
What do you want to do after the app was closed?
Know if my RTDB (Firebase) changes
Then the correct way is to find this out on the server side (Firebase has cloud functions, your own backend could poll the database) and then send a push notification to the app to be handled.
I will try it, thx guy!