I have an activity with a service that keeps the app alive even after you kill it (unless you force close it) and it keeps getting events (in my case from firebase)
Now I want to fire up an activity in case of a specific event change from firebase. how to do it with cyborg?