I've been implementing wix-members and wix-members backend on a site where I previously used wix-users. I am happy with new possibilities such as onRegister, but I'm also finding some discrepancies. Hopefully this post can inspire someone working on this API, if they read this.
1. I haven't found a good replacement for wix-users.currentuser.getPlans, so I haven't been able to fully leave wix-users behind on my website.
2. Please consider this other demo site
https://verbaldancing.editorx.io/demosite The status text tells if a user is logged in. If I register/log in, it will show 'logged in'. But if I then go to the other page, and then back to the main one by clicking on the logo, it will go to 'not logged in'. According to wix-users I am logged in, but in wix-members I am not.
Hey @verbaldancing
Regarding your issue with getPlans, have you looked at getCurrentMemberOrder it's probably what you are looking for
For number 2, I can confirm I'm experiencing the same issue.