Posts by Oziel Fernandes • 1 point
1 post
-
0
votes2
answers888
viewsA: Recover Firebase Storage Image without Downloading
The taskSnapshot.getDownloadUrl() method has been removed in recent versions of the Firebase Storage SDK. You will need to get the download URL from Storagereference now. Calling…