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?
Asked
Active
Viewed 2,446 times
1 Answers
10
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.

Todd Burner
- 2,202
- 12
- 15
-
2Any idea how to remove the error printed out 5x during start up ? ```E/FirebaseInstanceId: Google Play services missing or without correct permission``` – Code Wiget Jan 03 '20 at 23:40
-
1@Todd is this still valid? – Jens Moser Sep 02 '20 at 11:10
-
@JensMoser Yes. You can check from https://firebase.google.com/docs/android/android-play-services – Bek Mar 10 '23 at 05:30