After uploding photo on Firebase storage How to display photos on user interface from Firebase storage?

I want to make a Profile page for user, where user give data at the sign up time that will be shown and a photo of that person will shown as a profile pic.

When you upload a file successfully you can use this block to get significant informations

image

ok upload successfully. but how to show firebase storage uoloaded photo on user interface

When you save data of the user you have to save also download URL .
When app initialize call data user and download the image.