Skip to content

Instantly share code, notes, and snippets.

@yuvalkarmi
Last active July 19, 2018 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuvalkarmi/8a0a5ce96ee6b3d70f0142ccbcbccb79 to your computer and use it in GitHub Desktop.
Save yuvalkarmi/8a0a5ce96ee6b3d70f0142ccbcbccb79 to your computer and use it in GitHub Desktop.
// add this *before* you call actionbar.load("YOUR_CUSTOMER_ID");
actionbar.configure({
uuid: 'jane@example.com', // or anything you want to be the id of the user
user: {
name: 'Jane Smith',
email: 'jane@example.com'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment