splendido / meteor-accounts-emails-field

A Meteor package to keep user.email up to date with email addresses used for 3rd-party account services
19 stars 9 forks source link

Export updateEmails and getEmailFromService #36

Closed rbabayoff closed 9 years ago

rbabayoff commented 9 years ago

So they can be called for all users that were created before this package was installed. How about exporting:

AccountEmails.updateEmails
AccountEmails.getEmailFromService
splendido commented 9 years ago

:+1: ...I'll try to add an export as soon as possible!

Btw, all this will be also included into useraccounts packages very soon!

rbabayoff commented 9 years ago

Wow, your useraccounts package is impressive! We will definitely use it in our production app.

splendido commented 9 years ago

I'm happy to hear so kind words :-) Tnx!

If you give it a try, please let me know what do you think about it, any sincere feed-back is truly welcome! ...we're also keeping a list of production apps using it, if you won't mind to appear there ;-)

rbabayoff commented 9 years ago

But of course :) It will take us some time to move all our infrastructure to pure meteor, but as soon as we do, I'll let you know.

rbabayoff commented 9 years ago

Hey, I'm going to create a pr for that. Is it ok?

splendido commented 9 years ago

Yep, sure! ...unfortunately I had no time so far to look at this

splendido commented 9 years ago

A little late, sorry!

See Advanced API and v1.2.0