I want to create an Android chat application that uses the Firebase API. But the problem that I encountered with Firebase is that the application will not work properly if the device does not have Google Play services installed.
When I tested the application on my personal device, it did not work in it, even if it had Play Services, but an older version. I would really like to remove this Firebase dependency in Play services. Anyway?
Can we use parameters like REST API or Javascript calls from mobile devices to connect to firebase?
source
share