Empty query back.

I am storing a user_id with column name auth0_id as a text type, but when i query by .eq('auth0_id', 'auth000000001232') I got back [].

However if i hardcode values, things works fine.
Was this page helpful?