I understand we can set Metadata for files we store in Firebase Storage.
Can we search/filter for files in Firebase Storage based on Metadata?
I understand we can set Metadata for files we store in Firebase Storage.
Can we search/filter for files in Firebase Storage based on Metadata?
You can do that from Google cloud storage browser: https://console.cloud.google.com/storage/browser?project=your-firebase-project-name
There, you can search for any file name and do multiple actions on it.
Firebase SDKs now have an option to list files, though not to search them. See https://firebase.google.com/docs/storage/web/list-files
There are some such features in the gcloud API, which can also be used on Firebase Storage.
You can not search with current API but if it helps you can list files https://firebase.google.com/docs/storage/web/list-files