Display Relational Data From Supabase

I have 2 table in Supabase:

  • Countries

  • Travels

There is 1:N relation in supabase. (Travel records can have country)

I want to display Countries name in FF in a Travel Card. How can i do that?

Note: I use "id" field to make relations in supabase.

1
4 replies