We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phase 1: [x] AppCredentials (except third-party auth) [x] login (Realm.App.logIn()) [x] logout (Realm.User.logOut()) [x] current_user (Realm.App.currentUser()) [x] all_users (Realm.App.allUsers()) [x] sync [x] switch_user (Realm.App.switchUser()) [x] remove_user (Realm.App.deleteUser()) [x] provider clients (Realm.App.UsernamePasswordProvider and Realm.App.AppKeyProvider) [x] link_user [x] partition_key – Phase 2: See RJS-505
Details of above subtasks are described in this doc
The text was updated successfully, but these errors were encountered:
kneth
No branches or pull requests
Phase 1:
[x] AppCredentials (except third-party auth)
[x] login (Realm.App.logIn())
[x] logout (Realm.User.logOut())
[x] current_user (Realm.App.currentUser())
[x] all_users (Realm.App.allUsers())
[x] sync
[x] switch_user (Realm.App.switchUser())
[x] remove_user (Realm.App.deleteUser())
[x] provider clients (Realm.App.UsernamePasswordProvider and Realm.App.AppKeyProvider)
[x] link_user
[x] partition_key
–
Phase 2:
See RJS-505
Details of above subtasks are described in this doc
The text was updated successfully, but these errors were encountered: