Supabase: setting schema name in query builder (for querying non public schema)

Database & APIs

Hi guys,

I had my supabase set up, tables imported. Some of them are not in the "public" schema.

They are visible in the supabase integration panel, and available in the query builder.

But when I want to run the query, it auto prefixes the table with "public" instead of the right one.

Here's the response in the FF debug console:

And here's my query setup:

Any idea how I can get it to use the good schema? Custom code or something ?

What have you tried so far?

Prefix myself in the query dialog but it does not work.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
2 replies