Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
realm.ioから新製品 Realm Mobile Platform でユーザーを作成/登録する方法はありますか?
ありがとう!
次のコード例は公式ドキュメントにありますが、テストしていません。
let usernameCredential = Credential.usernamePassword(username: "username", password: "password", actions: [.createAccount])
これactions: [.createAccount]は、はい、アプリからユーザーを作成できることを示しています。
actions: [.createAccount]