Is there a way to overwrite a saved file in firebase storage?
问题 I am dealing with profile pictures in my ionic 1 App. I am searching for a way to update a file in firebase storage such that the download link remains the same. Is it possible or any other way to achieve the required? 回答1: You can't update the file and maintain the same public download link--it's a different file, so it's assumed that you might want to change the access permissions Just re-fetch the URL and download the file once it's been updated (it's actually returned in the metadata