Complete Authentication using firebase

Hello guys πŸ‘‹,
I made a complete authentication module using firebase. Frontend is built using next.js and database I'm using is mongoDB.
It also have user email-verification and password-reset functionality. I made this app to learn about how to export firebase user data to another database like mongodb.
Some Screenshot
How to setup
Step 1: Clone project from here
Step 2: Run npm install to install dependencies
Step 3: Create a firebase project and mongoDB cluster.
Step 4: Generate a .env file and add your firebase and mongodb uri in that file.
Step 5: Setup your service account on firebase and generate a new private key and add them in your env file.
Step 6: You are good to go. 😎
Deployed Link: Live Link
Github Link: GitHub

23

This website collects cookies to deliver better user experience

Complete Authentication using firebase