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 a753e57 commit bf52c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firebase-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ firebase.merge = function merge(obj1, obj2){ // Our merge function
firebase.LoginType = {
ANONYMOUS: "anonymous",
PASSWORD: "password",
PHONE: "phone",
CUSTOM: "custom",
FACEBOOK: "facebook",
GOOGLE: "google"
Expand Down

0 comments on commit bf52c7a

Please sign in to comment.