Hi,
So here's a situation that can occur with my app.
User A gives User B a copy of their data which User B imports into their devices.
User A and User B both have some of the same data on their devices. The same meaning the same document IDs with the same data.
User B wants to sync their data with their own devices, but not with User A's devices.
Can the same document IDs exist on the server used for syncing but independently for each users? I guess I'm asking if each user has their own self contained database on the server.
And can this also co-exist with User A and User B actually wanting to share some of their data, but not all of it?
One reason I'm asking about this is because I pre-populate the database when I distribute my app and all users will definitely have documents with the same document IDs as all other users. So once I setup a cloud sync service, I don't want there to be any issues with syncing. But I also will want the ability for users to sync specific bits of data within their own workgroups.
Thanks,
Brendan