Firebase Connection Test
This page tests the connection to your Firebase services.
Configuration Check
Verifying that Firebase environment variables are loaded. Please populate the `.env` file with your project credentials.
NEXT_PUBLIC_API_KEY
NEXT_PUBLIC_AUTH_DOMAIN
NEXT_PUBLIC_PROJECT_ID
NEXT_PUBLIC_STORAGE_BUCKET
Firestore Connection Test
Attempting to fetch properties from the 'properties' collection.
Storage Connection Test
Select a file and click "Upload" to test the Firebase Storage connection.
Initializing Firebase...
Please wait while we connect to Firebase services.
Important Prerequisite
For this test to succeed, your Firebase Storage rules must allow public writes to the `test-uploads/` path. Have you deployed the `storage.rules` file?