realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Realm Data is not fetched when i plug out and again plug my battery directly and internet connection is off, but when i on internet connection it start syncing my data. Does Realm library needs internet connection to retrieve the data ? #424

Closed vipulsingh0 closed 5 years ago

bmunkholm commented 5 years ago

Realm does not need an internet connection to show the data that has once been downloaded and synced to the device. That's the whole point of syncing and having state available offline. If you are experiencing that then you are doing something wrong :-).