I am trying to figure the function which returns the number of items in Firebase storage and also getting access to those items. The names of the items are randomly generated so I can't access them directly.
Asked
Active
Viewed 44 times
0
-
There is currently no API to access the items in (a folder in) Firebase Storage as a collection. See http://stackoverflow.com/questions/37335102/how-to-get-an-array-with-all-pictures – Frank van Puffelen Jul 06 '16 at 20:18
-
How do we use the snapshot method for Firebase database? – Danny Tan Jul 06 '16 at 21:50
-
@DannyTan I'd check out the docs on this: https://firebase.google.com/docs/database/ios/retrieve-data – Mike McDonald Jul 07 '16 at 05:52