Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Crashlytics without Google Play Services

Does Firebase Crashlytics works even without Google Play Services (GPS)? If so, what's the difference between devices that has GPS and has not in terms of reporting?

like image 618
dev.for.fun Avatar asked Sep 30 '19 18:09

dev.for.fun


People also ask

Does Firebase require Google 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.

Is Crashlytics free in Firebase?

One of the best things about Firebase Crashlytics is that it is free and available on the Spark and Blaze plans.

Do I need Firebase analytics for Crashlytics?

For an optimal experience with Crashlytics, we recommend enabling Google Analytics in your Firebase project and adding the Firebase SDK for Google Analytics to your app.


1 Answers

Firebase Crashlytics doesn't require Google Play Services to provide information you are used to seeing in the dashboard. This differs from some other Firebase services so our official policy is to state Firebase as a whole requires Play, but several services work without it.

like image 157
Todd Burner Avatar answered Oct 13 '22 18:10

Todd Burner