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
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.



