Ways to retrieve data from SupaBase?

Resolved
As far as I understand it, you can only access one Supabase table with a backend query. Is it also possible to get data from another table (linked via foreign key)?
Can you write an action that compiles this data? (SupaFlow.client)

If so, what data type must this action return so that the widgets can access it?
Future<List<Customer>> ???

Or can you write "views" in SubaBase that can then be called from FlutterFlow?

It would be nice if someone had some code examples on how to access SubaBase via code, I've been looking around for days...

Thanks in advance

3
5 replies