开放授权——Firebase 与 Google API

OpenAuth - Firebase versus GoogleAPI

我正在构建一个 Android 应用程序,必须选择它作为我对用户进行身份验证的主要方式。如果 GoogleID 是我 authenticating/signing-on 用户的唯一首选,那么我应该使用 Firebase 还是直接 Google Auth?

如果我使用 Firebase 而不是 Google,我会获得任何性能优势吗? 使用 Firebase 而不是直接使用 Google API 还有哪些其他好处?

我喜欢使用 Firebase Auth,因为除了 Firebase 精心编写的文档外,它还可以让您轻松使用 Facebook 登录、Twitter 登录、Github 登录和传统的电子邮件登录。此外,Firebase 的设计考虑了 "mobile-first"。

结帐 Introducing Firebase Authentication 以及:

With Firebase Authentication, you can outsource your entire authentication system to Firebase so that you can concentrate on building great features for your app. Firebase Authentication makes it easier to get your users signed-in without having to understand the complexities behind implementing your own authentication system. It offers a straightforward getting started experience, optional UX components designed to minimize user friction, and is built on open standards and backed by Google infrastructure.