kahmali / meteor-restivus

REST APIs for the Best of Us! - A Meteor 0.9+ package for building REST APIs https://atmospherejs.com/nimble/restivus
MIT License
544 stars 116 forks source link

How to get userId in Mongo.Collection #270

Open tanmynguyen opened 7 years ago

tanmynguyen commented 7 years ago

Hi guys!! I have problem userId undefined when use it in Mongo.Collection I written class GenericCollection override function insert, update, delete

screen shot 2017-04-21 at 21 45 33

I want use userId logged. But i Can't :(. Who can help me, Please!