I\'m working on a project where we have an Android tablet that cannot have google play services installed on it. Which features/services of firebase have a dependency on go
with the old versioning, play-services-base
and play-services-auth
were required; eg. to use FirebaseAuth
with a Google account. the documentation only states firebase-core
(checked that yesterday, because of a similar dependency question). but most likely, the "Login with Google" auth-provider might not be available then - and you would have to offer alternate ways to register an account.