What is the purpose behind getDownloadURL of Firebase Storage
问题 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 . My question is all the docs suggest to get the download url first then download file data based on these image, but can we persist this download url in our realtime db for the file, so we don't have to call getDownloadUrl() each time? Current file upload and download workflow -> Upload: 1. upload file to storage in specific path. 2. store path in