B b4auser1 Well-Known Member Licensed User Longtime User Mar 17, 2017 #1 How to read the list of files in the FirebaseStorage folder and then download them ?
KMatle Expert Licensed User Longtime User Mar 18, 2017 #2 https://www.b4x.com/android/forum/threads/firebasestorage-simple-file-storage-backend.68350/ I didn't read the complete thread but I assume there is a method. Upvote 0
https://www.b4x.com/android/forum/threads/firebasestorage-simple-file-storage-backend.68350/ I didn't read the complete thread but I assume there is a method.
B b4auser1 Well-Known Member Licensed User Longtime User Mar 18, 2017 #3 There is method https://www.b4x.com/android/help/firebasestorage.html#filrebasestorage_getmetadata and MetadataCompleted (Metadata As StorageMetadata, Success As Boolean). From description https://www.b4x.com/android/help/firebasestorage.html#storagemetadata it looks, that metadata is only for one file. My question: How to get the list of files. Upvote 0
There is method https://www.b4x.com/android/help/firebasestorage.html#filrebasestorage_getmetadata and MetadataCompleted (Metadata As StorageMetadata, Success As Boolean). From description https://www.b4x.com/android/help/firebasestorage.html#storagemetadata it looks, that metadata is only for one file. My question: How to get the list of files.
Erel B4X founder Staff member Licensed User Longtime User Mar 19, 2017 #4 Firebase Storage doesn't support this feature. You can add and maintain a text file with all the available files. Upvote 0
Firebase Storage doesn't support this feature. You can add and maintain a text file with all the available files.