mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
[auth][js] Add missing phoneNumber property
This commit is contained in:
@@ -60,6 +60,10 @@ export default class User {
|
||||
return this._valueOrFalse('isAnonymous');
|
||||
}
|
||||
|
||||
get phoneNumber(): String | null {
|
||||
return this._valueOrNull('phoneNumber');
|
||||
}
|
||||
|
||||
get photoURL(): String | null {
|
||||
return this._valueOrNull('photoURL');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user