Issue
Is there any way to implement Social Login(Google, Facebook, Apple) API NodeJs Express REST for a React Native App, the way it's done for the web apps? How would you create API's??
Solution
You can install an npm package for social login on the frontend. Then you can pass the values that you wanted through the api to the backend.
Here's an example https://www.npmjs.com/package/react-google-login
Answered By - Joseph Answer Checked By - Pedro (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.