I'm using Firebase authentication and that has the users collection by default. I added a subcollection to that collection called history
. My intention is that would contain a history for each user respectively.
After the user logged in they could navigate to a History page which would display that data. I cannot figure out how to bind the ListView on that History page: the history
is not shown as a possible variable to select to bind to.