Setup Supabase Connection
Supabase Environment Variables Detected
Your Supabase environment variables are configured. If you're still experiencing issues, you may want to verify that they are correct.
Environment Variables
Configure your Supabase connection by providing the necessary environment variables.
Environment variable name: NEXT_PUBLIC_SUPABASE_URL
Environment variable name: NEXT_PUBLIC_SUPABASE_ANON_KEY
How to Set Environment Variables
- Go to your Vercel project dashboard
- Navigate to Settings > Environment Variables
- Add
NEXT_PUBLIC_SUPABASE_URLwith your Supabase URL - Add
NEXT_PUBLIC_SUPABASE_ANON_KEYwith your Supabase anon key - Click "Save" and redeploy your application
Using in Development
For local development, create a .env.local file in your project root with these variables:
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
Next Steps
After setting up your Supabase connection, follow these steps:
- Set up the database tables by clicking the "Setup Database" button on the Spreadsheet Integration page
- Register your first Google Sheet to import ad data
- Configure a daily sync job to keep your data up to date