I created a project with Remix, Supabase and Prisma, the project has a website (admin) and a mobile app with expo, setting up the website was pretty straightforward and easy, but now trying to set up the app I realize I can't use supabase client to query, I do not have access to query anything, I've followed this issue
https://github.com/supabase/supabase/issues/3415 because I was getting same error, I was able to bypass the access to the db, but now I don't have access to any of the tables