Pls help me with code



I want to make an app to allow people to chat with each other, however the new message would keep replacing the new one. Can you help?

Have you searched the forums for this topic? There are a few tutorials on how to make a chat app using Firebase.

ok

It’s not exactly the chatting part but the list viewer that I can’t understand what is wrong


It would replace hi with ? (which is the next message)

Use the block
Insert at first as …
From list blocks

If you want “name2” to be a growing list, you cannot make it to take the content of a list that includes a list and a new item. That makes it a list of only two items: a list and the new item.
You need to APPEND to the list, using the "in list (cloud name2) insert at last as (Text_Input1 get Text) " function.