-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use Ground DB in angular-meteor #149
Comments
Hi! I am using ground:db with in an angular ionic app as well, and it works perfectly. Where exactly are you having problems? There is nothing special to say about using ground:db with angular/ionic. Just do everything as usual, that is, define your grounded collections in the lib folder. |
I need help... Messages = new Mongo.Collection('messages'); Messages.attachSchema( if ( Meteor.isClient ) { if (Meteor.isCordova) { I am only getting messages added in offline mode. I want to get all messages wehther added offline or online when page opens. I am subscribing like this... please help me out I am using angular meteor ionic... |
@LucNaterop how did you installed GroundDB in ionic |
I need some guidelines to integrate ground DB with Angular-ionic type of application.
What exactly, i am doing is,
Now I want to use GroundDB, which is meteor package in to my App.
Is the ground db package available with angular-meteor package ?
Please let us know how to integrate this and use it.
The text was updated successfully, but these errors were encountered: