I want to add the ability for users to login via FB, Twitter etc, but don't really want to learn the API and research the docs.
Is there any plugin or service that you love that makes it easier?
Found an NPM package - https://www.npmjs.com/package/react-facebook-login
Auth0 is free for up to 7k users - https://auth0.com/pricing/
Found this IH post where users seem to prefer Google - https://www.indiehackers.com/post/social-login-do-users-prefer-google-twitter-or-facebook-here-is-what-we-ve-learned-on-cruip-com-9e98cc9bbc - so I would probably need to add that as well.
FWIW, " don't really want to learn the API and research the docs" isn't something I'd want to hear from someone building anything tech-related. Kinda goes with the territory.
Yes, you could use Auth0 (I use it on a number of projects), and sure, you could find a plugin, but you're going to have problems, issues, and things that come up that require you to dig into some docs somewhere and figure out a solution. Trying to build something - even if it's just a feature - while trying to avoid the hard work of understanding how it works is a bad look IMO.
Takes work to build these things. Lean in. The docs aren't tough, and the APIs are pretty straightforward.