Supabase querying by email in Flask application using supabase_py
Querying Supabase ‘users’ table with the ’email’ column returns empty data, but changing the value of the column as well as the value to match it to, into a normal text and not a email format such as ‘[email protected]’ works.