Hey guys,
I have been messing around some time with connecting multiple accounts to a Meteor.user, and I come up with an issue that gave me the idea for a package, that finally published today.
The issue was that having multiple accounts connected to a Meteor.user you should be able to manage your avatar. For example, I have joined an app with username and password, but also connected Facebook and twitter accounts.
The great package of utilities:avatar
gives you the possibility to define a custom property to read the avatar url from but that goes for everyone the same.
I took advantage of this option, and create a template, that will show you a list of all avatars from all connected accounts (default one and gravatar are extra) so you can choose which one of those you want to use as your primary avatar. Or you can even upload an image and crop part you want to use as your avatar (using another great package of particle4dev:upload-avatar
which I forked and created a new one to work with latest Meteor releases).
the package is selaias:avatar-manager
and I’ve tested it with a practically blank project.
you can find it on atmosphere or on github
please feel free to let me know what you think
cheers