I'm currently developing a school app and I wanted to know if there is a way to upload and display Firebase storage files (PDF, DOCX, etc) in a listview and implement download when clicked?
Asked
Active
Viewed 595 times
0
-
All sounds feasible. What's the problem? – Frank van Puffelen Mar 13 '17 at 21:42
-
i manually uploaded some pdf files to the firebase storage but don't know how to view them in a listview – mudede Mar 13 '17 at 21:45
-
Firebase Storage doesn't have a public API to list files. So you will have to keep that list somewhere else (e.g. in the Firebase Database). See http://stackoverflow.com/questions/37335102/how-to-get-an-array-with-all-pictures – Frank van Puffelen Mar 13 '17 at 21:53
-
thanks, lemme give this a try – mudede Mar 13 '17 at 21:56