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
17ab7a9c5e3b9096513652bc1dab7bfeea0253a7

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😅

how to get this on blocks?
the access token.

Capture1

HERE may help you...

also