I want to show the picture on firebase in my application but this error comes up
Asked
Active
Viewed 60 times
1 Answers
0
In image you it shows you useing
downloadUrl = task.getResult();
use downloadUrl = task.getDownloadUrl();

Jyotish Biswas
- 674
- 5
- 11
-
"task.getDownloadUrl();" it is not – mustafa toprak Jul 23 '20 at 14:08