How do I use wixUsers Backend to get the logged in member's login email?

@russian-dima I thought so, but maybe I’m wrong (I haven’t tried).
Can you check?

@solsticematholympiad
Meanwhile - for the deprecated module, you can try:

import wixUsers from 'wix-users-backend';
export function getUserEmail(){
    return wixUsers.currentUser.getEmail();
}