Help with additional user data and image uploads

Hello everyone, I’m new here.

In the app I’m creating, the user must send more information and images when registering.

I’m having trouble finishing the blocks to import user data. I need to send the data of each new user to Firebase and upload or take a photo with their phone.

Only after filling in this information will the user be directed to the app’s home page.

The user must upload an image or take a photo with their phone.

The connection to Firebase is already working.

You can store the url from a photo they take or upload from an album using this block:

image

Thank you for your reply.
Where exactly would I place this block?
Is the construction of the holes I made correct?

There are two examples of how to set a button click event with that block. You can see them at the link I provided.

Once you have the url, you can assign it to a variable and then use that variable as the “puzzle piece” for your Firebase object.