Firebase data to List View Image


I can do it if the format is like this (above)

image
But if the firebase is like this(above) I cant put it to list_view_image
Help me, show some simple blocks Thanks!

Show what you have tried so far or wait for someone who wants a badge to reply.

You can export the resultin json format by

https://yourfirebaseurl/.json
and decode it

Why don’t you search in community, like this??

I try it all still unfortunate. and they all use list view not list view image.

When you press button global lists are empty so move blocks after lists are populated from firebase

1 Like

I did it same result. and the loop is tripled bcoz the loop from tags and the loop every Got_Value.

Do you wish to post aia here ?

1 Like

Add clock component

In designer part , set interval as 250/500/1000.

In firebase got value block just add set clock timer enabled to true at the end

When clock timer,
Set clock timer enabled to false + for each number from to by block

testListViewImage.aia (3.7 KB)
Take a look pls.

2 Likes

Try this

testListViewImage_1.aia (4.5 KB)

1 Like

The problem that you have is that you added url manually to firebase. The format should be

"\"https:\\/\\/www.google.com\""

See also here

Thank you, you actually solve it.

1 Like

Not a big problem at all but still thanks this is probably my next problem.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.