({
uid,
email,
isLoginEvent,
teamId,
}: {
uid: string;
email: string;
isLoginEvent: boolean;
teamId?: string;
})
| 294 | publicFields(): string[]; |
| 295 | |
| 296 | registerOrLogIn({ |
| 297 | uid, |
| 298 | email, |
| 299 | isLoginEvent, |
no outgoing calls
no test coverage detected