Firebase Not Configured
Your application is missing Firebase configuration. Please follow these steps to set it up:
- Go to the Firebase Console and create a new project.
- Add a new Web App to your project.
- Copy the Firebase configuration object from your project settings.
- Paste the values into your
.envfile 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