Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 27, 2021 03:31 pm GMT

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

Image description

Image description

Image description

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


Original Link: https://dev.to/mukulrajpoot262610/complete-authentication-using-firebase-3l8d

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To