FirebaseUser

actual class FirebaseUser(source)
expect class FirebaseUser(source)
actual class FirebaseUser(source)
actual class FirebaseUser(source)
actual class FirebaseUser(source)

Properties

Link copied to clipboard
val FirebaseUser.android: FirebaseUser
val FirebaseUser.android: FirebaseUser
Link copied to clipboard
actual val displayName: String?
expect val displayName: String?
actual val displayName: String?
actual val displayName: String?
actual val displayName: String?
Link copied to clipboard
actual val email: String?
expect val email: String?
actual val email: String?
actual val email: String?
actual val email: String?
Link copied to clipboard
val FirebaseUser.ios: FIRUser
Link copied to clipboard
actual val isAnonymous: Boolean
expect val isAnonymous: Boolean
actual val isAnonymous: Boolean
actual val isAnonymous: Boolean
actual val isAnonymous: Boolean
Link copied to clipboard
Link copied to clipboard
val FirebaseUser.js: User
Link copied to clipboard
actual val metaData: UserMetaData?
expect val metaData: UserMetaData?
actual val metaData: UserMetaData?
actual val metaData: UserMetaData?
actual val metaData: UserMetaData?
Link copied to clipboard
Link copied to clipboard
actual val phoneNumber: String?
expect val phoneNumber: String?
actual val phoneNumber: String?
actual val phoneNumber: String?
actual val phoneNumber: String?
Link copied to clipboard
actual val photoURL: String?
expect val photoURL: String?
actual val photoURL: String?
actual val photoURL: String?
actual val photoURL: String?
Link copied to clipboard
Link copied to clipboard
actual val providerId: String
expect val providerId: String
actual val providerId: String
actual val providerId: String
actual val providerId: String
Link copied to clipboard
actual val uid: String
expect val uid: String
actual val uid: String
actual val uid: String
actual val uid: String

Functions

Link copied to clipboard
actual suspend fun delete()
expect suspend fun delete()
actual suspend fun delete()
actual suspend fun delete()
actual suspend fun delete()
Link copied to clipboard
actual suspend fun getIdToken(forceRefresh: Boolean): String?
expect suspend fun getIdToken(forceRefresh: Boolean): String?
actual suspend fun getIdToken(forceRefresh: Boolean): String?
actual suspend fun getIdToken(forceRefresh: Boolean): String?
actual suspend fun getIdToken(forceRefresh: Boolean): String?
Link copied to clipboard
actual suspend fun getIdTokenResult(forceRefresh: Boolean): AuthTokenResult
expect suspend fun getIdTokenResult(forceRefresh: Boolean): AuthTokenResult
actual suspend fun getIdTokenResult(forceRefresh: Boolean): AuthTokenResult
actual suspend fun getIdTokenResult(forceRefresh: Boolean): AuthTokenResult
actual suspend fun getIdTokenResult(forceRefresh: Boolean): AuthTokenResult
Link copied to clipboard
actual suspend fun linkWithCredential(credential: AuthCredential): AuthResult
expect suspend fun linkWithCredential(credential: AuthCredential): AuthResult
actual suspend fun linkWithCredential(credential: AuthCredential): AuthResult
actual suspend fun linkWithCredential(credential: AuthCredential): AuthResult
actual suspend fun linkWithCredential(credential: AuthCredential): AuthResult
Link copied to clipboard
actual suspend fun reauthenticate(credential: AuthCredential)
expect suspend fun reauthenticate(credential: AuthCredential)
actual suspend fun reauthenticate(credential: AuthCredential)
actual suspend fun reauthenticate(credential: AuthCredential)
actual suspend fun reauthenticate(credential: AuthCredential)
Link copied to clipboard
Link copied to clipboard
actual suspend fun reload()
expect suspend fun reload()
actual suspend fun reload()
actual suspend fun reload()
actual suspend fun reload()
Link copied to clipboard
actual suspend fun sendEmailVerification(actionCodeSettings: ActionCodeSettings?)
expect suspend fun sendEmailVerification(actionCodeSettings: ActionCodeSettings? = null)
actual suspend fun sendEmailVerification(actionCodeSettings: ActionCodeSettings?)
actual suspend fun sendEmailVerification(actionCodeSettings: ActionCodeSettings?)
actual suspend fun sendEmailVerification(actionCodeSettings: ActionCodeSettings?)
Link copied to clipboard
actual suspend fun unlink(provider: String): FirebaseUser?
expect suspend fun unlink(provider: String): FirebaseUser?
actual suspend fun unlink(provider: String): FirebaseUser?
actual suspend fun unlink(provider: String): FirebaseUser?
actual suspend fun unlink(provider: String): FirebaseUser?
Link copied to clipboard
actual suspend fun updateEmail(email: String)
expect suspend fun updateEmail(email: String)
actual suspend fun updateEmail(email: String)
actual suspend fun updateEmail(email: String)
actual suspend fun updateEmail(email: String)
Link copied to clipboard
actual suspend fun updatePassword(password: String)
expect suspend fun updatePassword(password: String)
actual suspend fun updatePassword(password: String)
actual suspend fun updatePassword(password: String)
actual suspend fun updatePassword(password: String)
Link copied to clipboard
actual suspend fun updatePhoneNumber(credential: PhoneAuthCredential)
expect suspend fun updatePhoneNumber(credential: PhoneAuthCredential)
actual suspend fun updatePhoneNumber(credential: PhoneAuthCredential)
actual suspend fun updatePhoneNumber(credential: PhoneAuthCredential)
actual suspend fun updatePhoneNumber(credential: PhoneAuthCredential)
Link copied to clipboard
actual suspend fun updateProfile(displayName: String?, photoUrl: String?)
expect suspend fun updateProfile(displayName: String? = this.displayName, photoUrl: String? = this.photoURL)
actual suspend fun updateProfile(displayName: String?, photoUrl: String?)
actual suspend fun updateProfile(displayName: String?, photoUrl: String?)
actual suspend fun updateProfile(displayName: String?, photoUrl: String?)
Link copied to clipboard
actual suspend fun verifyBeforeUpdateEmail(newEmail: String, actionCodeSettings: ActionCodeSettings?)
expect suspend fun verifyBeforeUpdateEmail(newEmail: String, actionCodeSettings: ActionCodeSettings? = null)
actual suspend fun verifyBeforeUpdateEmail(newEmail: String, actionCodeSettings: ActionCodeSettings?)
actual suspend fun verifyBeforeUpdateEmail(newEmail: String, actionCodeSettings: ActionCodeSettings?)
actual suspend fun verifyBeforeUpdateEmail(newEmail: String, actionCodeSettings: ActionCodeSettings?)