Hi everyone,
I’m fairly new to FlutterFlow and Firestore and building my first app.
I have a ListView on my MainDashboard page that queries the mood_logs collection in Firestore.
The problem:
The mood_logs collection in Firestore contains documents with the data I expect (verified in Firebase Console).
The ListView query has no filters or limits (I even removed them to test).
All text widgets inside the ListView are bound correctly to the current ListView item fields.
The ListView and all child widgets have no visibility conditions blocking them.
The logged-in user’s UID matches the uid field in the documents.
Firestore security rules allow read access for everyone.
The FlutterFlow debug panel during Run Mode shows no documents returned from the ListView query.
I cannot expand or inspect the ListView query results in the debug panel anymore (it was possible before).
Removing all filters and increasing query limits still shows no data.
The query is a “Query Collection” type querying mood_logs.