Get current user email and add to collection

Hello! this work for me

let user = wixUsers.currentUser.getEmail()
.then((email) => {
console.log(email);
});