JTryM / Brand

Debug
0 stars 0 forks source link

Personal Brand #1

Open CDMR opened 5 years ago

CDMR commented 5 years ago

Marketing Digital Google ads Facebook ads AWS

CDMR commented 5 years ago

function onSignIn(googleUser) { var profile = googleUser.getBasicProfile(); console.log('ID: ' + profile.getId()); // Do not send to your backend! Use an ID token instead. console.log('Name: ' + profile.getName()); console.log('Image URL: ' + profile.getImageUrl()); console.log('Email: ' + profile.getEmail()); // This is null if the 'email' scope is not present. }