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.
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


