This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my su

Setup Google, Github and Facebook Authentication in your React App πŸš€

submited by
Style Pass
2021-05-28 11:43:10

This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my superiority in frontend technologies.

Today, I'll show you the easiest and the fastest way to set up Google, Github and Facebook Authentication in your React App πŸš€. So, be with me! Let's code something amazing!

This will create you a normal react app. You can start the server by npm start. Let's add some basic styles to App.css which will be helpful later. Here goes the code πŸ‘‡

It will also good if you remove unwanted files from the src/ folder making your app clean to use! That's all, let's just jump on to the next and the most important part.

First of all, got to you firebase console, Create a new project. After creating a project, click on Web button to register your web app.

Now go to Authentication tab and enable it. We'll do the rest in the next part. That's all what we need to do now. Lets just jump to writing code.

Leave a Comment