Skip to content

Instantly share code, notes, and snippets.

@calincrist
Created April 15, 2020 08:03
Show Gist options
  • Save calincrist/f4834609d1b3ea6bf725e56ad4f5b1da to your computer and use it in GitHub Desktop.
Save calincrist/f4834609d1b3ea6bf725e56ad4f5b1da to your computer and use it in GitHub Desktop.
await analytics().setUserId("id");
await analytics().setUserProperty('email', email); // ←- DON'T DO THIS !!!
await analytics().setUserProperties('account', {
'subscription': 'premium'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment