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?

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