can't retrieve one to many relationship

Hi, I was looking at the Supabase tutorial(and the docs) on how to retrieve a one to many relationship, but what I did didn't work(response was null)
I have a user table and a friends table, and I would like to get the name of every friend of a specific user, the thing is that the friends name has to be searched in the users table because I only store the added friend's uuid in the friends table. So I'd like to have an Object with the UUID aswell as the users name to be able to map a component with that data.
Was this page helpful?