How can we implement supabase authetication in the retool app?

In my Retool mobile application, I want to implement Supabase authentication, how can I do that? I've integrated Supabase DB into the Retool app and have implemented row level security in the Supabase database, requiring authentication before users can perform any action on the database, TIA.

Hmmmm
I think in your case, you may have to restrict the each query(insert, select, delete, etc..) itself to certain groups in Retool itself: