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

Hello again @raix, We have found another issue for us using MantraJS: - When have setup some stub functions. - On those all functions we have referenced only GroundDB II...

I can't remove documents. I get the following error... ``` Uncaught (in promise) TypeError: Cannot read property '_id' of undefined(…) ground.db.js:188 at http://localhost:3000/packages/ground_db.js:260:42 ``` The pending read/write statistics confirm the...

I need some guidelines to integrate ground DB with Angular-ionic type of application. What exactly, i am doing is, 1. I have ionic-angular application 2. I am using angular-meteor package...

Hi raix, I'm looking at your current `grounddb-caching-2016` branch and hoping to come up with a recommendation for [the Guide](https://github.com/meteor/guide/issues/233) for offline data with Meteor 1.3. ### Common use cases...

I wanted to know if offline user login is supported?

enhancement
question
help wanted

I encountered some problems with the newest ground:db version related to the dispatch:kernel package (which was introduced in v0.3.9). This package causes template.autorun() to rerun after the view is already...

Thank you for this great package. I tested it with a normal collection and it works like a charm. Only Meteor.users seems to be different when having custom fields in...

Make QA test

I'm developing an application which uses ground:db to ensure no data is lost when the app is offline. When testing, I noticed that when leaving the app open all methods...

The idear is to have a simple way to keep as much relevant data on ground as possible - so the 5 or 10 Mb we have should be quoted...

enhancement

When in offline mode how do I know when the collections are ready? - `Ground.isReady()` appears to become true when a collection has successfully been grounded when online but doesn't...