Until now, the way to get the url from file on Storage in Firebase, I used to do this
taskSnapshot.getDownloadUrl
, but nowadays is deprecated, which method I should use?
Until now, the way to get the url from file on Storage in Firebase, I used to do this
taskSnapshot.getDownloadUrl
, but nowadays is deprecated, which method I should use?