I want to display the uploaded image to the html image tag
问题 I am uploading the image to the firebase storage. the image is uploading correctly and I want to display the image in the HTML image tag. I have written a code but this doesn't seem to work out. please help. <img id="profile-img-tag" class=" circle img" src="" width="150px" height="150px"> function(){ var downloadURL = uploadTask.snapshot.ref.getDownloadURL(); console.log('imageUrl',downloadURL); // var picurl = downloadURL; // console.log('picurl',picurl); //document.getElementById('profile