Reputation: 23
is it possible to get images from the Firebasestorage with a streamBuilder ? Or any other way to get a listView of images loaded from the google Firesbase Storage?
Thank by advance for your answers.
Upvotes: 1
Views: 663
Reputation: 23
Finally I've done it with a streamBuilder and the cloud firestore. Each time I push a new image in the Storage, I also create a document in the cloud firestore with the path of the image from the storage and I could get it with the StreamBuilder :)
Upvotes: 1