I'm building an app in FlutterFlow connected to Firebase/Firestore and my ListView is not displaying any data from the database. Here's a summary of everything I've checked and tried:
Setup:
ListView has a Backend Query configured as "Query Collection" pointing to the
Itemscollection with Query Type "List of Documents"The Text widget inside the ListView is bound to the correct field via "From Variable" → "Items Document" → "Get Document Property" →
nomeFirestore Rules allow read for everyone on the
ItemscollectionSchema validation in FlutterFlow passed successfully
The
Itemscollection has documents with data, visible in FlutterFlow's Manage Content