skip to Main Content

I am trying to create a react native application which has support for google and facebook login. I am using spring boot as backend server by creating apis that will be used by logged in user.
How should I design the social login in react native and link that with api authentication?
Are there any framework like firebase or keycloak which can be helpful here?

2

Answers


  1. You can use OAuth on the backend and some react packages for your app such as react-google-login, react-facebook-login.

    Login or Signup to reply.
  2. Have you looked into Auth0? Here’s the website: https://auth0.com/

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search