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
Right now, you only get updates to documents when you open a contact, because the frontend connects to contacts using backchannel.connectToContact(contact). Instead, we should connect to all contacts once the app is loaded for the first time. This could be done manually in the frontent, but ideally we could do it in the backend once you initialize the database for the first time.
The text was updated successfully, but these errors were encountered:
Right now, you only get updates to documents when you open a contact, because the frontend connects to contacts using
backchannel.connectToContact(contact)
. Instead, we should connect to all contacts once the app is loaded for the first time. This could be done manually in the frontent, but ideally we could do it in the backend once you initialize the database for the first time.The text was updated successfully, but these errors were encountered: