Which firebase services require google play services on Android?

前端 未结 4 961
无人共我
无人共我 2020-12-20 19:30

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

4条回答
  •  囚心锁ツ
    2020-12-20 20:20

    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.

提交回复
热议问题