<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [AdditionalUserInfo](./auth-types.additionaluserinfo.md) &gt; [isNewUser](./auth-types.additionaluserinfo.isnewuser.md)

## AdditionalUserInfo.isNewUser property

Whether the user is new (created via sign-up) or existing (authenticated using sign-in).

<b>Signature:</b>

```typescript
readonly isNewUser: boolean;
```
