Get the correct download url in firebase storage
I have a folder inside my firebase storage named 'banners' Using javascript I have successfully uploaded it to the folder. The problem is that the URL provided by the getDownloadURL() is giving me an error 'Invalid HTTP method/URL pair' The…