Supabase Sync
Sync data using a free PostgreSQL cloud database.
What is Supabase?
Supabase is an open-source Firebase alternative that provides a free PostgreSQL database.
Advantages
- ✅ Generous free tier (500MB database)
- ✅ Cross-platform (iOS/Android)
- ✅ Real-time sync
- ✅ Full data control
Configuration Steps
1. Register Supabase
Visit supabase.com to create an account.
2. Create Project
- Click "New Project"
- Enter project name
- Set database password
- Select region (Asia recommended for Asian users)
- Create project
3. Get Configuration Info
Find these in project settings:
- Project URL - Project address
- anon public key - Public API key
4. Configure BeeCount
- Go to "Me" → "Cloud Service"
- Select "Supabase"
- Enter Project URL and anon key
- Save and test connection
Database Tables
Required tables are automatically created on first connection - no manual setup needed.
Notes
- Free tier has some limitations, but sufficient for personal use
- Inactive projects may be paused after extended periods