I have to develop an Android chat application and i have Parse Server as a backend.
I read documentations about Live Query it can do the job for real-time tasks, but this solution is only available for iOS.
Is there a way to use Live Queries for Android or should i use another solution with Parse Server such as Firebase ?