getditto / demoapp-chat

Chat demo for Android and iOS
MIT License
9 stars 6 forks source link

Use Online With Authentication #33

Open okdistribute opened 1 year ago

okdistribute commented 1 year ago

We want to demonstrate the best practices for using the Online With Authentication identity, but still without syncing to the cloud.

Please look at the skyservice app for a reference implementation that also uses OnlineWithAuthentication.

Use this app on the portal: https://portal.ditto.live/ditto/chat/settings

kndoshn commented 1 year ago

Android should be done.

@magicwave Can you work on this issue since this repo is already public?

okdistribute commented 1 year ago

Customers want a version of this demo with cloud sync as well.

kndoshn commented 2 months ago

📝 The Chat is currently using onlinePlayground.

  1. Moving to OnlineWithAuthentication gives developers the real example of using the online authentications.
  2. Enabling Could Sync gives better debugging on Portal, such as Device Dashboard (Small Peer Info).
    • We need to carefully plan what we do with the public room since this app is a public demo, and anyone can join in the public room.