Data from firestore not appearing in test build

I currently have a firestore database setup with my flutter flow project. When I go to the firestore manage data area I can view there is a record there for a collection called "orders"

In the project I set a ListView to query this data by selecting the values address, zip and dateandtime. The data is setup and then I view the usual four items with [address], [city]

I then test the build and I would expect to see one record since that's in the database but instead I don't see any data. I don't get an error. Any reason why this is happening?

3 replies