Introduction
File metadata stores extra information about files in Firebase Storage. It helps you keep track of details like file type, size, and custom tags without changing the file itself.
When you want to know the type of a file before downloading it to show the right icon.
When you need to store who uploaded a file or when it was uploaded.
When you want to add custom tags to files for easier searching later.
When you want to control file caching behavior by setting cache control headers.
When you want to update file information without re-uploading the whole file.