• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Firebase search storage

From looking around it appears that you can't get a list of files by name from firebase storage so is there anyway around this?
Would it be possible to use the firebase database to store the file name and download url and get a list of files by query and should the user choose a file the download link is taken from the database

something like:
search query
select file
download link query
download file
 
Back
Top Bottom