Hey
I'm new to couchbase and swift in ios.
Can someone provide me with some basic examples in swift on how to use couchbase?
I want to have a couchbase with basic authentication. (This part works)
But I want to use the lookup pattern. The couchbase youtube video's state that you can do "add("u::user", data) and "add("
m...@email.com", "u::user") and then do a two step retrieval.
I want to setup something like that. But I'm totaly lost.
So if someone can point me in the right direction or provide some simple working examples.
Thank you
Karel-Jan