Test-User:
Frontend - Version
Mr-President will help you!

Member - Informations
Using just the --> login()-function from wix-authentication won't give back you any ID !!!
Trying to use --> getCurrent-Member --> Also won't provide any ID.
And you will get an error with --> undefined, because --> member gives back no results!
Even although --> OPTIONS are setted to --> FULL !!!
So, at least you also will need to include the onLogin()-function into your Login-Process!
And again we don't get any real RESULT from the --> onLogin-function() !!!
Instead we now have to implement the getCurrentMember()-function inside --> onLogin().
And --> NOW <-- , after including onLogin() + getCurrentMember into our process --> everything works like expected and we don't need to use
Wix-Users-API anymore, because now it is able to get the --> MEMBER-ID, and all other informations about our current logged-in user!






