We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6231f commit 031801cCopy full SHA for 031801c
packages-exp/auth-exp/src/core/user/user_impl.ts
@@ -66,7 +66,7 @@ export class UserImpl implements User {
66
email: string | null;
67
phoneNumber: string | null;
68
photoURL: string | null;
69
- isAnonymous: boolean = false;
+ isAnonymous = false;
70
71
constructor({ uid, auth, stsTokenManager, ...opt }: UserParameters) {
72
this.uid = uid;
0 commit comments