So I wanted to do the following

1. have users create documents
2. only allow the user that created the document to edit the document (i.e. 
in the sync function check the "owner" attribute to be the same as the 
authenticated user)
3. allow everyone see the document (i.e. put it in a "public" channel)
4. hide who created the document from people other than the creator

I don't know how to do #4

What would be a sync-gateway approach to doing that?

In its simplest form, I thought if I could just hide the "owner" attribute, 
that'd be the end of it...

slim

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobile-couchbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/e1f64cd9-c267-4089-8264-4de4cc50f61a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to