Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 648 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 648 Bytes

Web Authentication Page

This project is built using the Next.js framework and integrates with the Firebase database.

The authentication page offers multiple authentication options (email, Google, Facebook, phone number and ..)

To run the development server, use the following command:

npm run dev

or

yarn dev

or

pnpm dev

Open http://localhost:3030 with your browser to see the result.

Note: Don't forget to create a .env.local file and populate it with your Firebase API variables. Refer to the .env.schema file for the exact names of the variables you need to provide.