Hi there,
I was wondering if someone could help us out as we are days from the release and this is giving us a huge headache.
We have managed to create a fully working chat that scrolls the page. However, we are not able to display the current photo/name of the user. These formulas are really something…haha.
So far I have managed to this formula, which sadly doesn’t work.
data.user_info structure is
[
{
“id”:“aw82jdiwj…”,
“full_name”:“John Black”,
“profile_pic”:“https://…”,
“bio”:“Hello there guys”
}
]
data.realtime_chat.messages structure is
[
{
“id”:“id of the message”,
“message”:“Hello there!”,
“sender_uid”:“aw82jdiwj…”
}
]
Many thanks for ANY help!