Accounts.findUserByEmailAsync

Hello,
I am migrating the app towards 3.0 with the help of this flag WARN_WHEN_USING_OLD_API=true
I see a lot of warning in the accounts package.
for example Accounts.findUserByEmail
Will we soon have something like Accounts.findUserByEmailAsync ?

Thanks

3 Likes

From what I see this is neither in 2.14 nor in 3.0 alpha.

Maybe it’s simply missing and needs to be implemented? // cc @storyteller

I also ran into missing async methods while starting to migrate to 3.0; e.g. Async version of Accounts.urls.* functions
Also, accounts-password yields warnings on non-async createIndex.

@grubba we will have to look into this.

That will be fixed in Meteor 2.14