How to use Firebase API on Android without dependence on Google Play service?

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?

+6
source share
3 answers

Firebase SDK Android Google Play.
.

REST API, , .

+5

, , Firebase Google Play, post:

Firebase Google Play. SDK. ! Google Play Services , . , . "" Firebase . , , Firebase, .

+2

, Firebase Google Play: https://github.com/FirebaseExtended/auth-without-play-services

This will allow you to use Cloud Firestore, Realtime Database and Cloud Storage on devices without Google Play services.

0
source

Source: https://habr.com/ru/post/1686209/


All Articles