Firebase Not Configured

Your application is missing Firebase configuration. Please follow these steps to set it up:

  1. Go to the Firebase Console and create a new project.
  2. Add a new Web App to your project.
  3. Copy the Firebase configuration object from your project settings.
  4. Paste the values into your .env file in the root of this project, using the provided keys.

NEXT_PUBLIC_FIREBASE_API_KEY=your-api-key

NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your-auth-domain

NEXT_PUBLIC_FIREBASE_PROJECT_ID=your-project-id

NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your-storage-bucket

NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your-sender-id

NEXT_PUBLIC_FIREBASE_APP_ID=your-app-id