我正在開發iOS應用程序。Couchbase服務器到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"
}
用戶信息( 「設置爲電子郵件ID」)
{
_id:」 ",
description:" ",
fb_URL::" ",
Twitter::" ",
Gender::" ",
Age::"[min:, max:]",
type:"user"
}
你看了示例應用程序?這是一個很好的方式來熟悉如何工作... https://github.com/couchbaselabs/ToDoLite-iOS – combinatorial
將試試這:)大的幫助。 @combinatorial –