© 2026 Hedgehog Software, LLC
[ { name: "maria", email: "[email protected]" }, { name: "john", email: "[email protected]" }, { name: "paola", email: "[email protected]" }, ]
const {data, error} = await supabase .from('users') // only the "users" that have a friend with "[email protected]"