Relative Content

Tag Archive for flutterfirebasegoogle-cloud-firestorefirebase-storage

Why is my UI not getting updated using StreamBuilder?

I am uploading an image, storing it in storage, and then the downloard url is then stored in Firebase Firestore. The update in Firestore takes place successfully, however, my UI is not being updated, while using a StreamBuilder. I don’t get any error, the only issue is that my UI is not getting updated as I intended to.