click here to see server code This application allows users to:
- Create, Edit, and Delete their own blogs.
- View blogs created by other users.
- Register and Log In to manage their accounts securely.
- Reset passwords via a forgot-password functionality.
You will first need to go to firebase website. Go to console and create a project. Go to project setting and add a web application. Copy the firebase config into env mentioned below
Replace below with your firebase credentials
REACT_APP_AUTH_DOMAIN=''
REACT_APP_PROJECT_ID=''
REACT_APP_STORAGE_BUCKET=''
REACT_APP_MESSAGING_SENDER_ID=''
REACT_APP_FIREBASEID=''
npm install
npm start
(Go to localhost:3000)