How to display List of Doc References???

I have two collections: "User" and "Lucky Numbers".

-The "Lucky Numbers" collection contains several "Numbers" (int).

-The "User" collection contains a "User Name" (String) and a "listOfNumbers" (List <Doc Ref (Numbers)>.

I can't figure out how to display a specific User's "listOfNumbers" (List <Doc Ref (Numbers)>.

I am passing a reference of the specific User, but I can't access the "listOfNumbers" (List <Doc Ref (Numbers)> when I reference the document in a list or text field...

(No way to list items after I click on the "listOfNumbers" (List <Doc Ref (Numbers)> to connect this list from the passed reference)

(Document in Firebase: User Name (name) and listOfNumbers (numList). )

Any guidance or support would be much appreciated!

Thanks,

Thomas

2
9 replies