I want to show the picture on firebase in my application but this error comes up
Asked
Active
Viewed 48 times
1 Answers
0
In image you it shows you useing
downloadUrl = task.getResult();
use downloadUrl = task.getDownloadUrl();
Jyotish Biswas
- 628
- 4
- 11
-
"task.getDownloadUrl();" it is not – mustafa toprak Jul 23 '20 at 14:08