React Firebase Auth App

This is a baisc React-firebase authentication app in which user can login with google or any email Id can signup to view his profile and other users who have logged in(Basically privated route is also setuped) . I have used material-UI for styling the content and used firestore as the database and hosted in firebase.

Available Scripts

In the project directory, you can run:

npm install

This is done to install the node modules

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

This project is made using the help of this video:- https://www.youtube.com/watch?v=PKwu15ldZ7k&t=2951s

login signup forgotpassword