Search code examples
javascriptreact-nativegoogle-oauthexpofacebook-oauth

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


I'm building an app with react native and firebase. I want to know if there is any way to implement both Facebook and Google auth. I'm using expo init cli.


Solution

  • Yes, it is possible.

    For Google auth : https://firebase.google.com/docs/auth/android/google-signin

    For Facebook auth : https://firebase.google.com/docs/auth/android/facebook-login