Indexable
Index
Properties
Properties
aud
Always set to PROJECT_ID
auth_time 
					
					The time the user authenticated, normally 'iat'
Optional email
The user's primary email
Optional email_verified 
					
					The user's email verification status
exp
The token expiry time, normally 'iat' + 3600
firebase
Information on all identities linked to this user
Type declaration
- 
								Optional identities?: {}A map of providers to the user's list of unique identifiers from each provider 
- 
								sign_in_ provider: FirebaseSignInProvider The primary sign-in provider 
iat
The token issue time, in seconds since epoch
iss
Always set to https://securetoken.google.com/PROJECT_ID
Optional name
The user's display name
Optional phone_number 
					
					The user's primary phone number
Optional picture
The user's profile photo URL
Optional provider_id 
					
					The sign in provider, only set when the provider is 'anonymous'
sub
The user's unique ID
Optional uid
user_id 
					
					The user's unique ID. Must be equal to 'sub'
Custom claims set by the developer