Hi,
I am using Buddy Management service and it works ok. My question is about data updating frequency.
I will update user info when a user opened the app. But while user is using the app, how can I know if the data is updated? (For example; if an user has a new message, has a new friend request or its friend request is accepted etc.)
Is there a service I can add an event listener? Or maybe, if I can use appwarp for this, join all users in one room/lobby and update their data with setCustomUserData, does appwarp helps for that?
Thanks for any suggestions,