User Discovery

User Discovery is quite nebulous challenge and there is no "one size fits all" solution. In order to make sure that we don't impede on your user directory. We recommend that you manage the users yourself from the server side.

Luckily Realm Object Server has multiple events that allow you to observe when a user:

  • Logins
  • Connects
  • Disconnects

However we recommend that you create your own user class. An example might be:

class User {
    dynamic var _id: String = ""
    dynamic var name: String = ""
}

And from the ROS side we.

results matching ""

    No results matching ""