firebase-auth
Toggle table of contents
2.2.0
js
Platform filter
js
Switch theme
Search in API
firebase-auth
firebase-auth
/
dev.gitlive.firebase.auth.externals
/
User
User
js
external
interface
User
:
UserInfo
Members
Properties
display
Name
Link copied to clipboard
js
abstract
val
displayName
:
String
?
email
Link copied to clipboard
js
abstract
val
email
:
String
?
email
Verified
Link copied to clipboard
js
abstract
val
emailVerified
:
Boolean
is
Anonymous
Link copied to clipboard
js
abstract
val
isAnonymous
:
Boolean
metadata
Link copied to clipboard
js
abstract
val
metadata
:
UserMetadata
phone
Number
Link copied to clipboard
js
abstract
val
phoneNumber
:
String
?
photo
URL
Link copied to clipboard
js
abstract
val
photoURL
:
String
?
provider
Data
Link copied to clipboard
js
abstract
val
providerData
:
Array
<
UserInfo
>
provider
Id
Link copied to clipboard
js
abstract
val
providerId
:
String
refresh
Token
Link copied to clipboard
js
abstract
val
refreshToken
:
String
tenant
Id
Link copied to clipboard
js
abstract
val
tenantId
:
String
?
uid
Link copied to clipboard
js
abstract
val
uid
:
String
Functions
delete
Link copied to clipboard
js
abstract
fun
delete
(
)
:
Promise
<
Unit
>
get
Id
Token
Link copied to clipboard
js
abstract
fun
getIdToken
(
forceRefresh
:
Boolean
?
)
:
Promise
<
String
>
get
Id
Token
Result
Link copied to clipboard
js
abstract
fun
getIdTokenResult
(
forceRefresh
:
Boolean
?
)
:
Promise
<
IdTokenResult
>
reload
Link copied to clipboard
js
abstract
fun
reload
(
)
:
Promise
<
Unit
>