Per these docs, I understand once we have the firebase path in storage, we can get the download url by calling getDownloadUrl() on this path\'s ref
getDownloadUrl()
ref
The download URL is meant to be persisted. It's a waste of time for clients to call it every time. This is illustrated consistently in Firebase sample code.