How do I Get the list of files in firebase storage?

Use this https://community.thunkable.com/t/free-firebasestorage-extension-v2-0-new-version/8544

That doesn't provide a method for getting a list of existing files on firebase storage, only captures the link when you upload (which you can do with the REST api or other methods.

I believe an API has been provided for listing Cloud Storage contents in Firebase, but I have not yet found a working example on how to do this.

This do not get all thing from list but it get by file name

Here:

https://firebase.google.com/docs/storage/web/list-files
and
https://firebase.google.com/docs/storage/android/list-files

thanks..
i'll study for it

sorry for the question​:sweat_smile:

how to get this on blocks?
the access token.

HERE may help you...

also