How can I get data via an API call to Supabase when RLS is enabled?
When I use a normal BackendQuery all works perfect, the result contains only data for the logged in user!
When I perform an API call, the result is always empty. ( [] )
Why?
How can I get data via an API call to Supabase when RLS is enabled?
When I use a normal BackendQuery all works perfect, the result contains only data for the logged in user!
When I perform an API call, the result is always empty. ( [] )
Why?
I now spend hours calling an API call that returns data (despite RLS)