[cloud_firestore][flutterfire_ui] How to use a FirestoreListView where one of the fields has a type of a 'reference' #8785
Unanswered
gidrokolbaska
asked this question in
Q&A
Replies: 2 comments
-
anyone?.... |
Beta Was this translation helpful? Give feedback.
0 replies
-
bump |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, guys! So I use FirestoreListView to build my list of documents. Inside the document there is a reference to another document from which I get another required data like so:

What would be the best way to handle 2 documents within the same element in a FirestoreListView? Currently I use a StreamBuilder inside the FirestoreListView and it works but it doesn't seem to be the correct way
Beta Was this translation helpful? Give feedback.
All reactions