Does anyone know how to bring in new schemas from supabase to flutterflow?
Im connecting to "public" just fine, but have several other schemas that we want to bring in.
Our app only reads from views in the "public" schema and tables in "util". All the writes are done via an API layer which is able to write just fine to the other schemas.
Thanks in advance.