bengott/meteor-avatar

Required user properties?

Closed this issue · 3 comments

Maybe I missed it, but it would be nice to have a section in the docs about which user properties are required for the package to work, in case you're trying not to publish the whole user object?

Yep, I agree. Check out issue #22 and PR #23.

Also, I'm going to be refactoring a lot of this stuff when I implement #10. Hopefully, I'll eliminate 75-90% of all these complications in the process. I'm thinking eventually each user object will simply have a profile.avatarImageUrl that gets updated on login and/or user profile edit.

PR #23 merged