Hi, I have uploaded an image to storage, I'm planning to show this image in an Android fragment. How can I get the file URL? I can use other libraries such as Glide to load the image.
Thanks,
TL;DR
Developer uploaded an image to storage and wants to display it in an Android fragment. They are looking for a way to get the file URL. Solution: Use Glide library to load the image.