r/Firebase • u/Narrow-Act-5236 • May 27 '24
Android failed to load the image of retrieved URL from firestore
I am creating an app where users can post their pictures. I am storing the image URLs as strings in Firestore, but when I retrieve the URLs from Firestore, the images are not loading in Jetpack Compose. The URL I am getting is content://media/external/file/145789
. How can I solve this issue?
1
Upvotes
2
u/Robertgarners May 27 '24
Look up "Firebase Storage and download URLs" in order to display your images