Any improvement to Firebase on data change to a sub node of a bucket for dynamic created variables?

I have a game platform using Firebase. A user creates a game and there is a bucket with several sub nodes for that users game. Other players need to be able to have updates when the sub nodes for that specific bucket change. They are dynamically created at game creation. In MIT app inventor I could set the bucket and get the sub nodes with when data changed. It doesn’t seem to be the case in Thunkable X. Do I need to use a timer and a function that fires twice a second to update all users to the cloud pathes for each variable or is there a more direct solution in place now for on data changed with listeners when it fires? I couldn’t seem to find it back in January. Looking to return to my app.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.