Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
#464 'phoneNumber' is missing in login result TypeScript definition
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Aug 23, 2017
1 parent 129e1e0 commit a753e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firebase.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ export interface User {
email?: string;
emailVerified: boolean;
name?: string;
phoneNumber?: string;
anonymous: boolean;
providers: Array<Provider>;
profileImageURL?: string;
Expand Down

0 comments on commit a753e57

Please sign in to comment.