Last active
July 19, 2018 23:00
-
-
Save yuvalkarmi/8a0a5ce96ee6b3d70f0142ccbcbccb79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// add this *before* you call actionbar.load("YOUR_CUSTOMER_ID"); | |
actionbar.configure({ | |
uuid: '[email protected]', // or anything you want to be the id of the user | |
user: { | |
name: 'Jane Smith', | |
email: '[email protected]' | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment