Skip to content

Instantly share code, notes, and snippets.

@jpjoyal
Created July 14, 2015 19:15
Show Gist options
  • Save jpjoyal/57904d6d6fe16465d345 to your computer and use it in GitHub Desktop.
Save jpjoyal/57904d6d6fe16465d345 to your computer and use it in GitHub Desktop.
Anonymous SupportKit, with email later
SupportKit.init({appToken: window.site_config.supportkit_appkey});
SupportKit.on('ready', function() {
if(youHaveTheGuyEmail){
SupportKit.updateUser({email: props['$email']});
}
});
//[more stuff happen and the email becomes known....]
SupportKit.updateUser({email: props['$email']});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment