是否可以使用 firebase 添加 google 和 Facebook 身份验证?

Is it possible to add google and Facebook authentication with firebase?

我正在使用 React Native 和 Firebase 构建一个应用程序。我想知道是否有任何方法可以同时实现 Facebook 和 Google 身份验证。 我正在使用 expo init cli。

是的,有可能。

对于 Google 身份验证:https://firebase.google.com/docs/auth/android/google-signin

对于 Facebook 身份验证:https://firebase.google.com/docs/auth/android/facebook-login