Process Flow - Supabase architecture (Postgres, Auth, Storage, Realtime, Edge Functions)
Client Request
Auth Service
Postgres Database
Realtime Server
Storage Service
Edge Functions
Response to Client
Client sends request which first goes to Auth for verification, then interacts with Postgres. Postgres connects to Realtime, Storage, and Edge Functions to handle data, live updates, files, and custom logic.