adamgins
                                            adamgins
                                        
                                    @raix @adam-hanna @gaboxv wondering if you have found a solution to the `Exception while invoking method 'raix:push-setuser' Error: Match error: Expected string, got object` error. in general my push messages...
@raix it looks like it's set `id` to `{ _id: '', token: { apn: '' }` so it's nested the full object inside `id` is there a place in the...
@raix thanks. I may have found it!!! See https://github.com/raix/push/blob/fix-device-dependency-deprecate-json-format/lib/server/server.js#L74 `doc._id = Push.appCollection.insert(doc);` In Mongo 2.6 this `insert` changed what it returns see https://docs.mongodb.com/manual/reference/method/db.collection.insert/ `Changed in version 2.6: The insert() returns...
Something like this would do it: ``` } else { // Get the id from insert doc._id = new Meteor.Collection.ObjectID()._str; Push.appCollection.insert(doc); } ```
Thanks for the quick response. just wondering if the following gives you any idea on what's happening?: ``` 2014-08-07 14:58:37.070 Buzzy[18090:60b] Finished load of: http://localhost:3000/resources/ 2014-08-07 14:58:45.498 Buzzy[18090:60b] Setting the...
@jperl thanks. How do I ensure I am using this version... will mrt remove/add ensure it? or mrt update?
BTW there was a major change in So I blitzed my meteor project and re-setup [cordova-loader](https://github.com/andrewreedy/cordova-loader), I get to my sign-in page, then get prompted to give access to services,...
BTW, what's the diff between meteor-phonegap-oauth and phonegap-oauth the meteor-phonegap-oauth readme seems to refer to "phonegap-oauth"?
Hi, back from vacation. I got things working with Twitter.. but still seems to be ab issue using Google for authentication.
Update .. I got the URL format to work with `cordova-plugin-speechrecognition@https://github.com/pbakondy/cordova-plugin-speechrecognition.git#9302a31f7007a0180bd291e52da4130b48661924` release number would be nicer, pretty please