hello everyone,
i’m new with the development of ios app , i’m working with realm database , now i want to work with realm cloud instead of using realm file , can someone help me to do that ?
i did use this :
let config = SyncUser.current?.configuration(realmURL: Constants.REALM_URL, fullSynchronization:true )
var realm = try! Realm(configuration: config)
but SyncUser is not found
thanks for any help