- This project is made to showcase Nuxt 3 integration with Firebase. It is a basic Authentication Demo.
- Login with Google
- Login with Twitter
- Login with Github
- Checkout the
.env.example
and Remove set the keys from firebase console and remove the example suffix
Make sure to install the dependencies:
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview