I am trying to pull out the email address of users after authentication with Firebase Simple Login Twitter Auth. Now I get tons of user information, but not their email address. I understand that using Facebook or Google+ you set the resolution, for example
auth.login('facebook', { scope: 'email' });
but I canβt figure out how to do the same with Twitter.
source share