Managed Postgres
EventMap will store account-based favorites in a managed relational database.
Module 9
Supabase enters EventMap as infrastructure for Postgres, Auth, API and RLS. This lesson prepares clients and env boundaries only.
EventMap will store account-based favorites in a managed relational database.
Future lessons can identify the current user before reading cloud favorites.
Supabase exposes database tables through an API instead of becoming an ORM inside EventMap.
Row Level Security will keep user data scoped to the authenticated account.
Configuration status
NEXT_PUBLIC_SUPABASE_URLNEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEYBrowser client
`createSupabaseBrowserClient` is prepared for future client components such as login UI and user-facing cloud favorites.
Server client
`createSupabaseServerClient` is prepared for server components, route handlers and future auth callback work.