Hi
I have created a very basic test page, to see what might be the problem with my app. This contains a ListView, to display a list of Text. The Firabase/Firestore is configured, and set to accessible to all (no restrictions at all).
Then I defined a backend query for the ListView, to retrieve all the documents from the collection:
Then populated a string value from the document to the Text field value
Now, when I run the app in the Test mode, the ListView only displays ONE element, but the collection has many. I also see in the debug panel, that only one element is returned:
What could be wrong here? This must be very simple, as I have seen official tutorials, documentations etc, but for me this simple does not work.
It can read from the database, as there is at least one item returned...
Please help.