I'm making a messaging app in mit app inventor, but I want to see the new incoming messages on the top and the old ones on the bottom, how can I do that?

can you tell me with a picture?

1 Like

image

1 Like

No, you misunderstood, when I say make a firebase value list, the messages appear mixed in the list.

You never said anything about using firebase.

sorry

As you can see, the messages are mixed.

Can you explain how to use it with a photo?

how did you get the message? show the raw data here.

by raw data you mean my codes

I mean data from firebase. how do you get them? they are with separate tags? or in a list with one tag?

in a single-label list

...

I'm Turkish I don't understand what they say

To store data in Firebase in a chronological order you may need to use the web component and POSTText.

See here:

I couldn't do that, can you suggest something else?

You will need to sort your list then, as suggested by others.

1 Like

All it requires is the reverse list Block. :astonished:

1 Like