You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new chat, sending a message, and then deleting it, the message briefly blinks but does not disappear from the UI. This seems to be caused by the observe closure, where liveCollection initially returns all deleted messages but then returns undeleted message.