Open
Description
Feature proposal
- Firebase Component: Storage
In the FIRStorageReference's 'writeToFile' method, provide an option to specify a generation number so we can download a non-live version from the cloud storage bucket.
The FIRStorageDownloadTask is only setting 'alt=media' in the query parameter and provides no options to set other query parameters, such as the generation number.
If there is a way to do this via the iOS SDK that I am unaware of, please let me know.