The issue is that no images from Firestore Database are shown correctly in the debugging panel.
The images can be seen correctly in firestore database, and with its url (https://...) in browser (rules are public).
In the developer panel, it shows a proper preview of the image uploaded (loads correctly the image in the Path added). Image type is set to Network, Cached 'On' and Image Format to 'Auto'.
Same image does not load in the 'Test Mode' panel. It shows the error "EncodingError: The source image cannot be decoded"
I really am not understanding what the issue can be, any help is deeply appreciated. Thank you!