Hello, I don't see anything related to firebase storage (especially this, not "google cloud storage").
My expectations : have a create/edit form that update firebase documents containing arrays of images URL, these images URL are stored in firebase storage.
I'd like to have 3 file pickers, and after upload store each image into my firebase storage, and fill the array with the public URL.
However, I don't really find how to do. Seems that it's not possible natively and I don't find any documentation for an API or whatever.