I have a small problem with fetching my image on the Firebase Database Storage. The Database has the reference of that image and it is the reference which gets fetched. How can I can the image using that reference? I have tried both Picasso and Glide to display the image on on the image view , but since it is the reference that gets fetched it won't display the image.
And this is the log message displayed for this.
Thank you!