Another option is to create an account with Parse
You can write to Parse every time you record a database in Realm.
Parse also supports silent push notifications, so when a device writes data to Parse, it can send a silent push notification to update Realm data models on other devices.
Parse supports many login methods, such as Facebook, Twitter and email / password, which makes it easy to authenticate the user.
Andrew Varvel
source share