Thanks, that does seem like an easier option. I’ve not used the get email before. Is it as simple as placing this in the code?
user.getEmail()
.then( (email) => {
let userEmail = email; } );
Thanks, that does seem like an easier option. I’ve not used the get email before. Is it as simple as placing this in the code?
user.getEmail()
.then( (email) => {
let userEmail = email; } );