多个图像到firebase

时间:2017-09-12 20:12:05

标签: android firebase firebase-storage

您好我想将多个图片上传到firebase。目前我可以上传1张图片。虽然,我决定将所有内容作为HTML,例如标题,描述和图像放在一个webview中,然后从那里显示它。目前这个工作正常,我在firebase中有一个包含所有这些的字符串:

Hi<br>first image<br>
<img src=\"content://media/external/images/media/45972\">
<br>hi<br>second image<br>
<img src=\"content://media/external/images/media/45841\"><br>"

虽然,您可以看到这只是本地存储的工作方式。如何下载这些图像并用正确的firebase图像URL替换图像src。

1 个答案:

答案 0 :(得分:0)

您最好的选择:

  1. Download the image to a local file并显示该内容。
  2. Get the download URL for the image并显示该内容。
  3. 如果您想要更简单的一体化解决方案,请考虑using the FirebaseUI wrapper for Cloud Storage