Hi FlutterFlow Community,
I'm facing a very frustrating problem. My app fails to display an uploaded image, even though it's saved in Firebase and Firestore. It also retrieves the text, showing me the message attached to the image. Even the default image displays the same error.
Purpose and Setup:
I have a "Create Community" page where the user uploads an image. After creation, the app saves the image URL in a Firestore document, then goes directly to the details page to view it.