Hi,
As you can see in the attached image, I am first storing the uploaded images locally and then uploading to Firebase only when user clicks "Submit" button. At this point, I first upload the two images to Firebase (Top two boxes on the left). Then I am trying to make a backend call to enter the image path in the database.
In all my previous projects, selecting "Uploaded Photo/Video" as value source would allow me to then specify which of the uploaded image path I want to assign here.
Can someone tell me what I might be doing wrong here?