firebase - How to get an array with all pictures? -


i'm working upload images, works great, have 100 pictures , show them in view, complete list of images in folder, can not find in new api option.

there no api call in firebase storage list files in folder. if need such functionality, should store metadata of files (such download urls) in place can list them. firebase realtime database perfect , allows share urls others.

you can find (but involved) sample of in our friendlypix sample app. relevant code web version here, there versions ios , android.


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -