If you have ever built an application with Supabase, you probably know that it lets you query your database directly from your frontend code. You don't need to write a traditional backend API server (like Express or Django) just to fetch data.
While this is incredibly convenient, it raises an …