Reputation: 1879
I'm developing an app that will run in a android device that doesn't have google Play Store, and Google Play services. I need to use the firebase CM in my app. Is there any way to include the plugin inside my APK (is not going to be distributed outside those devices) so the service works properly?
Upvotes: 1
Views: 3921
Reputation: 968
Yet, there is no official or announced support for using Firebase without Google Play.. Some Firebase dependencies like Realtime database may work but not recommended from Firebase
Upvotes: 4