|
How can you fetch data from a custom schemas? I think in the JavaScript and Flutter clients you can do something like this. |
Replies: 3 comments 1 reply
|
I have solved my own problem. I don't think there is a way to specify schemas like in Js, as of right now. But you can set a specific schema you want to target when instantiating your Supabase client. You HAVE to set the schema you want to access as an exposed schema in the API settings in your Supabase project |
|
Im starting an Android App on MAUI, now im working on my Backend (Supabase), and i have 2 projects (Professionals, and Common) each one with lot of schemas (forms, surveys, files, public, personal, etc.). can i set different clients and schemas? |
|
is there any way or plan to be able to use one client for more than one schema? |
I have solved my own problem. I don't think there is a way to specify schemas like in Js, as of right now. But you can set a specific schema you want to target when instantiating your Supabase client.
You HAVE to set the schema you want to access as an exposed schema in the API settings in your Supabase project