I am saving the download url from getDownloadUrl method in database to later use as image src. The image shows correct src in the view source but the image is not loaded.
<img src="https://firebasestorage.googleapis.com/v0/b/social-snap-1bdbd.appspot.com/o/images%2F614d7b76e842ab0c54eb6748.jpg?alt=media&token=8207cf33-e239-4ff7-9f08-4f7d6fac0a99" alt="user" class="w-full h-full object-cover"></img>
I Have also enabled public access to the storage bucket but It is still not working.