Reload an image after upload

Hi,

I have implemented upload image profile from user settings, I am using firebase and I store the image in storageService. Uploading and cropping works, but after change the image it doesn’t refresh my user image. I have a similar methods to change, for example, the name and works perfectly. I can see the download url doesn’t change but the image is not the same. Anyone knows how can I reload an image with same url download?

Thanks!

Hi,
did you resolve this? I have the same problem. I upload image, url to image is right but in app I see old image…