I want to have a page with a list of clients that ...
# flutter
m
I want to have a page with a list of clients that the users can change. AND I want several different dropdown menu fields in different pages of the app that need to use that list of clients as items. If I use cache, then the changes made by another user may cause issues. I could use realtime but I tried it once and couldnt figure out how. I switched from Firebase a few days back and in firebase, using streams is very very simple. Here, I always end up with something called
GoTrueSubscription
and I do not know what to do next.