Lovable +supabase dashboard
Hey everyone, I’m building a visual dashboard with Lovable connected to Supabase. The main thing I’m struggling with is making it work properly for multiple clients. Basically, this is for a marketing agency with around 10–15 clients. Ideally, I’d like to have just one Lovable site where each client can log in (magic link, login, whatever) and only see their own metrics. The data comes from two sheets (one for daily metrics and one for launch metrics). Automations to update the Supabase tables are already done, and Supabase is connected to Lovable. A few things I’m not sure about: - For auth, should I use magic links or some type of manual login? - Should I set up the RLS policies myself, or can I let Lovable handle that? - What’s the best way for Lovable to query specific data from Supabase—via a prompt/LLM setup, or by telling it directly? Has anyone done something similar or has tips on the best setup?