Firebase error using lists in app inventor

Hi i am working on a project to display some data from firebase for which the code is given below.
code
my firebase data is
data
but i getting the error below
error
i want to display count,time,date and location on separate label how i can display it please some guide me

Thanks for your reply i have changed the indexes but still getting the same error
error1

Look at and report here the full content of value returned. It will probably by a list of key:pairs in JSON.

This is not correct. AI2 indexes all lists starting at 1.

sorry i didn't get your point

What is in the "value" returned?

You could try something like this

1 Like

Otherwise with list try

thanks its working

1 Like

i will try this as well

1 Like

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