getditto/demoapp-chat

Enable Small Peer Info

kndoshn opened this issue · 1 comments

Enable Small Peer Info

To sync small peer info to Big Peer, Chat needs to

  • Switch the Ditto identity to either onlinePlayground or onlineWithAuthentication to enable the cloud sync
    • This will cause an incompatibility (breaking change) because the current OfflineOnly identity isn't able to sync with the other types
  • We are currently not ready to enable the cloud sync because of the app features:
    • The public room is shared by anyone who is in sync, so if we enable the cloud sync, anyone can join the same room (not desirable)
    • We need to come up with some better ways to handle public rooms or need to remove them before enabling the cloud sync