I can easily get the user id from model.get("session.userId"); I am having trouble finding out how to use this to get the user's email.
I can easily get the user id from model.get("session.userId"); I am having trouble finding out how to use this to get the user's email.
If you have a Users collection, you can use the userId to get the user object which would have the user's email.
Hope that is helpful :)