Custom Group Channels

Last updated

Last updated
window.$saturn.setUser(
userId,
{email: `${userId}@gmail.com`},
{
groups: {
<groupType>: {
id: <groupId>,
name: <groupName>,
},
},
}
);window.$saturn.setUser(
userId,
{email: `${userId}@gmail.com`},
{
groups: {
team: {
id: "teamA",
name: "Team A",
},
},
}
);