swhamilton

Results 2 issues of swhamilton

I need similar functionality to what Backbone-nested provides. I need to listen to an event change on a deep nested object, but I don't really need the extra features that...

Ran into an issue where Meteor.call('login') would return most of the user's fields, but not email, even though it was whitelisted here: https://github.com/spencercarli/react-native-meteor-accounts/blob/master/MeteorApp/server/imports/oauth-facebook.js#L34 ``` javascript // RNFacebookExample/app/fb-login.js // This call...