meteor / react-tutorial

React Tutorial is the best place to learn how to use React and Meteor together
https://react-tutorial.meteor.com/
39 stars 87 forks source link

Social logins missing in new tutorials #13

Closed OlivierJM closed 2 years ago

OlivierJM commented 3 years ago

I think one of the powerful features of meteorjs is the whole accounts and how it can easily be done and you can easily plugin different third party logins. If I remember correctly the old tutorials included on how {{> loginbuttons}} could be used, and there was also how this can be converted to react. while this wasn't the best approach, I think it will be great to add a section on how social logins can be achieved.

Most people who are new to meteorjs will likely go to the tutorials and it will be great to show them how easily this can be done. ref: https://react-tutorial.meteor.com/simple-todos/07-adding-user-accounts.html#7-2-Create-User-Account Thanks again for the great work

henriquealbert commented 2 years ago

I think this PR address this issue https://github.com/meteor/react-tutorial/pull/48 🙂