Display a Firebase image on my App

Hi there,

Users on my app can upload their profile photo using their camera, and their profile photo is saved like so,
An image denoted by their unique user id…

I now want to simply read an image (that corresponds with the user’s uid) and display it on a page.

What is the best way to go about this?

Many thanks

Set the image source to the Firebase Storage download URL.