idanwe / accounts-password-client-side

Use Meteor's accounts-password package with meteor-client-side.
MIT License
13 stars 10 forks source link

this.userId is not set on server #3

Closed sabativi closed 8 years ago

sabativi commented 8 years ago

Hello,

I am using your package for authentification in an ionic app. login work fine but when i do :

Meteor.publish("examples", function(){
    if (!this.userId)
}

this.userId is always undefined.

I add account-password on my server.

thanks,

victor

idanwe commented 8 years ago

Hey @sabativi, Can you please create a repo with reproducing of the bug?

idanwe commented 8 years ago

@sabativi I'm closing this one due that it is a problem on the server and this package handles the client side only