Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Storage - Upload multiple image files in Android

I want to upload and download images from Firebase Storage and show it in a RecyclerView. I can upload and download one image at a time, but I can't with multiple images.

How can I do this?

like image 531
Shailendra Kushwah Avatar asked Oct 29 '22 20:10

Shailendra Kushwah


1 Answers

Currently, there's no available API to handle multiple file uploading or downloading from Firebase Storage.

Check the following workarounds:

  1. https://stackoverflow.com/a/37337436/6523173
  2. https://stackoverflow.com/a/37849978/6523173
like image 112
looptheloop88 Avatar answered Nov 15 '22 06:11

looptheloop88