Is there support for getting the download URL of a file uploaded to firebase storage using Go admin sdk?
I'm using the package firebase.google.com/go/v4 and trying to upload a file to firebase storage and have a download link to use the file later in other apps. The documentation especially for Go is quite vague. I'm wondering if there's even…