Environment Setup Check
Verify that your API keys are correctly loaded by the application.
All Keys Loaded!
Variable Name | Status | Purpose |
---|---|---|
GOOGLE_API_KEY | Set | Enables all AI features (recommendations, virtual try-on, etc.). Found in Google AI Studio. |
RESEND_API_KEY | Set | Allows the application to send transactional emails (e.g., order confirmations). Found in your Resend dashboard. |
NEXT_PUBLIC_FIREBASE_API_KEY | Set | Required for connecting to the Firebase database. Found in your Firebase project settings. |
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN | Set | Required for Firebase Authentication. Found in your Firebase project settings. |
NEXT_PUBLIC_FIREBASE_PROJECT_ID | Set | Identifies your specific Firebase project. Found in your Firebase project settings. |
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET | Set | Required for Firebase Storage features. Found in your Firebase project settings. |
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID | Set | Required for Firebase Cloud Messaging (push notifications). Found in your Firebase project settings. |
NEXT_PUBLIC_FIREBASE_APP_ID | Set | Identifies your specific web app within Firebase. Found in your Firebase project settings. |