我正在开发一个 iOS 应用程序。
关于实现登录模块(用户名/密码,注册和忘记密码)有点困惑。
Couchbase 的新手。使用 Couchbase Enterprise Editon"http://192.168.1.126:8091/ui/index.html#/overview"
在 Xcode 中设置 Couchbase Lite,我不知道下一步是什么。有人知道吗?
数据建模:文档 JSON
User ("Set as the EMAIL ID")
{
_id:” ",
username::" ",
password::" ",
email::" ",
type:"user"
}
用户信息(“设置为 EMAIL ID”)
{
_id:” ",
description:" ",
fb_URL::" ",
Twitter::" ",
Gender::" ",
Age::"[min:, max:]",
type:"user"
}