You can retrieve the information of the current user with MBAuth.getUserProfile().
MBAuth.getUserProfile()
MBUser user = await MBAuth.getUserProfile();
Last updated 4 years ago