Hi @actech I’ll be glad to hear from you an example inserting the number 8 of this list from thunkable cross. The main question is: How can I take the number 8 if I’ll have a lot of people sending messages at same time?
I would strongly urge you to use cloud variables instead of the Realtime DB component, as they are much simpler to use (and are backed by Firebase). Similar to @actech method, they general approach would be to have the value of your cloud variable be a list, add any new objects to the list. Note that you don’t need to re-assign your list to the cloud variable after you add items to it, as it’s value will get updated and stored automatically!