I put two Image Pickers on one screen. I need the two selected images to be sent to the Firebase Storage when I click the button “Send”. But in all the code I tried, only one is sent. The second “Call FirebaseStore1.UploadPhoto” is ignored.
Help me, please!!
You have identified the problem. The clock was putting the same file name (mmddyyyy) for the two images, so there was a subscription to Storage. Issue resolved. Thank you so much!