ListView won't populate data from document reference

Database & APIs

I have a similar setup to what is described in this post: https://community.flutterflow.io/database-and-apis/post/favorites-page-displaying-firestore-docs-in-a-collection-from-references-pTbUA8TxjVSgoyy

I have a field titled "user_favorites" in the users document that references a "mapdata" collection document. I'm trying to display the document data from the documents listed in the user_favorites field.

I have the ListView generating children from the user_favorites field in the Authenticated User section, and I have a Document from Reference query on the container that houses all of the data that I want to display. All of the fields are mapped and, as far as, I can tell, it should work...

When I test locally, the page loads and I see two spinning loading icons (which makes sense because there are currently two items in the user_favorites list.

My problem is that the data (the container, the fields, the images...nothing) never loads.

I don't know what I'm doing wrong and I've been at this one feature for almost a week ๐Ÿ˜Ÿ

Did you check FlutterFlow's Documentation for this topic?
No
1
1 reply