Hi there!
I have seller collection and statements_of_work collection in firebase.
In seller collection i have a document reference list that points to documents from statemeents_of_work collection.
I need to make the listView to loop trough statements_of_work collection but only displaying the ones listed in seller collection docRef list
It should be a really common case scenario but i can't find anything related in docs neither the community, i found some post but they didn't work for me.
The idea is just to display every seller's statements_of_work info. here i show a failed attempt with a pen correction. I just need these two, not every SOW.
I hope you can help me, and thanks.