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?
Question posted in Facebook API
The official documentation for the Facebook APIs can be found here.
The official documentation for the Facebook APIs can be found here.
2
Answers
You can use OAuth on the backend and some react packages for your app such as react-google-login, react-facebook-login.
Have you looked into Auth0? Here’s the website: https://auth0.com/