React + Firestore : Authentication

To get setup please refer to part 1 : React + Firestore : Get Setup In Five Steps.
Please refer to part 2 for the basics of reading and writing to the database in React + Firestore: CRUD.
Please refer to part 3 for how to deploy your application in React + Firestore : Deploying Your Application.
Authentication Setup
- To set up authentication in the firebase console go to the authentication section under DEVELOP in the left-hand pane (1), clicking on the ‘sign-in method’ tab (2), find the provider you want (3) and enabling it (4), before saving your settings (5).

We’re going to use Google to sign in because you already have a google account and you’ve connected it by being logged into the firebase console.
Other 3rd party logins require setting up an app on the respective social platform and then entering some keys here. This is a bit of a detour so I recommend checking out...






