Reputation: 3438
I'm developing an app using Firebase
features (Realtime Database
, Firebase Messaging,
Analytics
, Crash Reporting
and Auth
[Facebook
]). In my country, most of the users don't have wifi and rarely upgrade apps (including Google Play Services
).
As the title suggests, I would like to know the minimum version (the lowest). I'm also willing to remove some features if it will help to lower the Google Play Services version.
Do I need to check google play service version in my application code or will Firebase check for me?
Google Play Services
Google Play Services
Upvotes: 14
Views: 5968
Reputation: 22527
The most trustworthy site says 9.0
For a list of the libraries available for the different Firebase features, see Firebase libraries. The following features are now part of Firebase in the Google Play Services 9.0 SDK.
The current stable is 9.4.
https://firebase.google.com/support/releases
Upvotes: 8