2

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?

Chebyr
  • 2,171
  • 1
  • 20
  • 30

3 Answers3

12

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.

Mahmoud Felfel
  • 3,051
  • 3
  • 26
  • 19
4

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 is no way to list files, search for files or filter files within the Firebase Storage API.

There are some such features in the gcloud API, which can also be used on Firebase Storage.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
1

You can not search with current API but if it helps you can list files https://firebase.google.com/docs/storage/web/list-files

Matjaz Hirsman
  • 326
  • 3
  • 9