Meteor-Community-Packages / ground-db

GroundDB is a thin layer providing Meteor offline database and methods
https://atmospherejs.com/ground/db
MIT License
569 stars 76 forks source link

Is there a way to check if the data is fully synced with the server? #170

Closed malios closed 8 years ago

malios commented 8 years ago

We have an app that can work on offline mode. When it gets online automatically syncs with the server. But synce we updated to meteor 1.2.1 the template gets rendered before all the updates are applied. Is there a way to check if the data is fully synced with the server and then render the template(or stop loading animation)?