Supabase: How to query users table? Ever wondered how to query your users table in Supabase? This was my questioned of the day: I developed a Node.js middleware for my Vue Time Tracking App that I hopefully can release soon. The exact question was: "how to query users by email?". Supabase is an open-source alternative to Firebase with PostgreSQL as its database foundation, making it ideal for complex queries. Tags Supabase Node.js Express.js