You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mobile-c...@googlegroups.com
I understand that couchbase lite doesn't support logins. So if I have a mobile app that supports multiple users to login (via sync gateway) should their local db be segmented to prevent them from inadvertently (through software error) clobbering each other's documents?
J. Chris Anderson
unread,
May 25, 2014, 9:40:09 AM5/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mobile-c...@googlegroups.com
Yes. It is up to you app code to do access control on device, so db-per-user (with perhaps a shared db for shared documents) is probably best.