Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.04 KB

Complete Firebase User Authenication

It is the complete user authentication built using firebase.

How to install

git clone https://github.com/mukulrajpoot262610/dev-case-app.git
# then
npm install

How to generate env file

  1. Create a file named next.config.js
  2. Now create project on firebase and copy your API keys.
  3. Then create a service account on firebase
  4. After creating copy your service account's private keys
  5. Then create a cluster on mongodb and copy mongo connection string
  6. paste all keys in next.config.js accordingly.

Preview

image image
image image