ground-db icon indicating copy to clipboard operation
ground-db copied to clipboard

GroundDB is a thin layer providing Meteor offline database and methods

Results 98 ground-db issues
Sort by recently updated
recently updated
newest added

I'm seeing that my local data is not syncing back online when I go from online to offline, it just saved locally. And sometimes it's deleted before it syncs online

I found an offline storage test project for Meteor, using meteorhacks:subs-manager and ground:db. the project worked fine, but if I insert some data from server side(using "meteor mongo"), the data...

I use Ground:db and it works great for mobile app with offline data. I use react, react-meteor-data and the latest grounddb caching and follow instructions in [v2 usage](https://github.com/GroundMeteor/db/issues/164) and I...

seems to not get fired anymore in 1.3?

Let's say that two users do changes to the same document while offline, but in different sections of the document. If user 2 goes back online after user 1, will...

There's almost no information for events in ground db - supported events, etc.

enhancement
Add to wiki
help wanted

@timbrandin get this issue when I have multiple tabs open with the same application. `Exception in setTimeout callback: TypeError: Cannot convert undefined or null to object` I noticed after updating...

Missing replication

Hi! This problem is a bit elusive, so I'll try to bring enough information so we could perhaps figure it out: In my app all users sign in using accounts-facebook....

When I added ground:db by "meteor add ground:db" and add a events collection into ground like this: Ground.Collection(events); It looks all right in localhost:3000, but when I deploy the codes...