Skip to content

Instantly share code, notes, and snippets.

@michael-mckenna
michael-mckenna / gist:c164bfb3d316c9cc90ee7b792bce62ce
Created June 22, 2017 13:24
Realm User Session for Non Admin not completing
SyncUser.logIn(with: credentials,
server: RealmURL.authentication,
timeout: 10) { user, error in
if let user = user {
print("Successfully signed in.")
let appDel = UIApplication.shared.delegate as! AppDelegate
appDel.initializeRealmConfigs()
let _ = RealmHelper.getRealmFor(configuration: RealmConfig.userObjectRealm!)