ยฉ 2026 Hedgehog Software, LLC
user_id
CREATE POLICY "Enable select for users based on user_id" ON "public"."user-trips" AS PERMISSIVE FOR SELECT TO public USING (auth.uid() = user_id)
supabase.from("user-trips").select("*");