Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase 2.0 functionality without Play services on the device

I cannot find out limitations of new firebase 2.0 features for non-google markets.

What will work as in Firebase 1.0, What will work in compatibility mode (line analytics, wich will grow up service from dependency lib and will work even when there is no play services on the device) and what is disadvantages, what extra steps should be done for this to work, And what will not work at all?

like image 384
DmitryBorodin Avatar asked May 24 '16 20:05

DmitryBorodin


People also ask

Does Firebase work without Play services?

0 of the Firebase Android BoM), Firebase Authentication no longer depends on Google Play services. This means it is now easy to securely access Firebase products like Cloud Firestore, Realtime Database, and Cloud Storage from any Android device.

Does Firebase app data collection need to be declared in data safety form of play console?

In May 2021, Google Play announced the new Data safety section, which is a developer-provided disclosure for an app's data collection, sharing, and security practices. This page can help you complete the requirements for this data disclosure in regards to your usage of Firebase Android SDKs.

How do I know if Firebase is working?

However you can check if Firebase itself is working fine by checking Firebase Status Dashboard. In this site you can also find in what date Firebase service was not available or unstable in the past.

What is use of Firebase in Android?

Firebase is a mobile platform that helps you quickly develop high-quality apps, grow your user base, and earn more money. Firebase is made up of complementary features that you can mix-and-match to fit your needs, with Google Analytics for Firebase at the core.


1 Answers

Firebase does not officially support Android devices without Google Play. Some features such as Analytics and Realtime Database may work on those devices, but Firebase does not guarantee it.

like image 84
Steve Ganem Avatar answered Oct 01 '22 18:10

Steve Ganem