Ashish Agrawal
Results
2
issues of
Ashish Agrawal
Hi @raix I am using groundDb in an exiting application. Right now I am simply trying to ground `Meteor.users`: ```coffeescript GroundedUsers = new Ground.Collection("Meteor.users") GroundedUsers.observeSource(Meteor.users.find()) if Meteor.isCordova && Meteor.status() !=...
bug
Can anyone tell how can I wait for the collections to load from indexDB to local collection after I run `persistentCollection.refresh(true)`?