How can I call an image from Firebase to Kodular?

How, please tell me :sweat_smile:

Just use Image Utilities component

1 Like

Thanks. This screenshot helped me to learn something new. But it takes 4-8 sec to load an image after using the Image Utilities component.

Thanks, now it’s working

1 Like

If @dora_paz permits it, I have a question about her blocks. What is better option?
A) To get value from child tag and to store in a list of each them,
Or,
B) To get all value from parent tag and to store in a list of list. After, to select to list indexes.

What is the fastest procedure?