PhoneIdentifier interface

Used for looking up an account by phone number.

See BaseAuth.getUsers().

Signature:

export interface PhoneIdentifier 

Properties

Property Type Description
phoneNumber string

PhoneIdentifier.phoneNumber

Signature:

phoneNumber: string;