Hi,
My app is similar to this chat room demo, but synced doc can be modified by any users, and the modified doc would also synced to any other mobiles
I also want the user to dismiss a message on his mobile, but this operation should not affect other users.
What I thought to deal with this requirement is to add a new property "dismissed" into the doc, and set its value to true so that the view won't allow the app to display it.
The problem with this solution is that the property "dismissed" will also be synced to other users' mobiles and make the message to be not displayed to them. This is not what I want.
What is the proper way to deal with it?
Thanks for your help.
Guofeng