Im thinking about using the Realm Mobile Platform for my new application. I read the docs and found most of my requirements fullfilled like:
- registration
- login
- encryption
- self syncing
- etc.
What I did not find is how it is decided which data is synchronized to which client. For example if you are a registered user and you login with your user account lets call it Account A. I guess all data related to Account A are now synchronizing to the Client. Now what happens if you logout with Account A and login with Account B (maybe a friend who just wants to use your smartphone for a minute) and Account B will never ever be used again on the current client. Will the automatic sync still synchronize the changes from the server to the client?