It is the complete user authentication built using firebase.
git clone https://github.com/mukulrajpoot262610/dev-case-app.git
# then
npm install
- Create a file named
next.config.js
- Now create project on firebase and copy your API keys.
- Then create a service account on firebase
- After creating copy your service account's private keys
- Then create a cluster on mongodb and copy mongo connection string
- paste all keys in
next.config.js
accordingly.