Flutter / FireStore: how to display an image from Firestore in Flutter?
问题 I want to put some images that I use in my app to Firestore, and display them from there, rather than having them as assets, bundled in my app. In order to do this, I came up with the following solution: for the item I want to display an image, I created a Firebase document, where I have a field that stores the name of the file that stores the corresponding picture: document - name - description - imageName Then, I uploaded an image to FireStore with the same name. When I want to display the