Displaying a filtered list based on auth user's list field

Database & APIs

I have two data collections: "users" and "statuses". Users contains the standard info as well as a doc reference to the statues collection (i.e., their status) and a field "friends" that contains a list of the users's friends uids. Statuses contain various info about a given user and a doc reference to the users collection.

I need to filter the statuses to show only the users that are in the auth users freinds field, however, I am unable to get this to work. I'm not sure if I may be misunderstanding how the collection and doc reference should work.

What have you tried so far?
Did you check FlutterFlow's Documentation for this topic?
Yes
1
2 replies