Renewal reminders with Bark
Subscription Manager can send renewal reminders through Bark. The hosted reminder flow uses a Netlify Scheduled Function and Supabase-backed notification settings.What users configure
Users configure Bark settings in the app:- Bark server URL.
- Bark device key.
- Reminder timing.
- Per-subscription notification toggle.
Required hosted services
- Supabase for notification settings and subscriptions.
- Netlify Functions for scheduled checks.
- Bark official server or a self-hosted Bark server.
Required environment variables
SUPABASE_SERVICE_ROLE_KEY name remains supported as an alias.
SQL setup
Notification tables and constraints are included in the Supabase migrations. For current deployments, use:supabase/legacy/.