veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 401 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [User](./auth-types.user.md) > [isAnonymous](./auth-types.user.isanonymous.md)
## User.isAnonymous property
Whether the user is authenticated using the provider.
<b>Signature:</b>
```typescript
readonly isAnonymous: boolean;
```