Docs Listing Meteor Functions That Need Updates for Mv3?

Is there a documentation page yet, that lists which Meteor and Account functions need to be replaced with Async versions in Meteor V3? Here are the ones I’m interested in:

Accounts.config()
Accounts.createUser()
Accounts.enableUser2fa()
Accounts.forgotPassword()
Accounts.generate2faActivationQrCode()
Accounts.has2faEnabled()
Accounts.onCreateUser()
Accounts.onLogin()
Accounts.resetPassword()
Accounts.urls.resetPassword()
Accounts.urls.verifyEmail()
Accounts.verifyEmail()

Meteor.absoluteUrl()
Meteor.clearTimeout()
Meteor.loggingIn()
Meteor.loggingOut()
Meteor.loginWithPasswordAnd2faCode()
Meteor.setTimeout()
Meteor.startup()
Meteor.userId()

Hi @vikr00001,

We have the Migration Guide and also the v3 Docs.
Let me know if that works for you.

2 Likes