Mariano L
Mariano L

Reputation: 1879

Using firebase cloud messaging in a device without Google Play Services

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

Answers (1)

Mohamed Embaby
Mohamed Embaby

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

Related Questions