hi. im making an chat app.
i know making simple cloud variable. and i can make it as list with multiple objects.
but here’s the problem.
i want to make a list for its child (not parent cloud variable)
what i want to do is look like this:
(chat_list is parent and name1-name2 is child)
and i think these block can make it
(FYI, id1-id2 is made by sorting, so each conversation will be identical. So the first conversation is by name1 and name2. and if there are new conversations, it should be populated a new child from chat_list.
but it was not happen.
i want to know why and how to do it correctly.
is it about “initializing or something?”
i made other whole code but this one bothers me so much.
please help