Upload multiple images to Firebase Storage

I could go through a list of files and receive a list of URLs.
And I would just have an upload process to manage.
Does the native Firebase Storage component support this today?
Otherwise, the suggestion remains.

You can just upload it all one by one. Try to use this method when

  • First, upload one then after uploaded Successful
  • upload another image again

Yes, mine I want to save a lot of requests and a lot of responses.
It is much more efficient to make only one request, passing a list, waiting only for an response.
I know that Firebase supports this, but Kodular doesn’t seem to have implemented it.

Check?