Hi all,
I'm brand new to FlutterFlow. I'm following tutorials on YouTube and also going over the documentation to be able to display a simple list of values from a Firestore Database.
I have set up Firebase according to the FF documentation, and it seems to work as far as I can tell.
I was able to create a new collection ("wine_names") and also add several of my own fields to the collection.
I also added a few dummy records to try to display in a list view.
I set up a backend query on a list view.
I also set the text widget to use "wine_name" as its value.
But when I Preview the app, the names are not loading.
Did I miss something?