问题描述
需要:对于我的应用程序,我需要一个Firebase存储中来自该存储的子文件夹的所有URL的ArrayList。
我创建了所有图像都位于其中的参考:
StorageReference storageRefFemale = FirebaseStorage.getInstance().getReference().child("profileImages").child("femaleProfileImages");
问题:如何获取其中包含的所有网址?我将它们添加到ArrayList:
String sitePrefix= "https://";
ArrayList photoArrayFemale = new ArrayList();
photoArrayFemale.add(...); //for each item in the Storage
据我所知,storageRefFemale.getDownloadUrl()仅返回一个值。请提出建议,请告诉我是否应在帖子中添加其他内容。谢谢!
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)