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

php - Autoloader issue not returning Class -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -