We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bd2a5 commit 170b7ebCopy full SHA for 170b7eb
firebase-auth/src/commonMain/kotlin/dev/gitlive/firebase/auth/user.kt
@@ -28,7 +28,7 @@ expect class FirebaseUser {
28
suspend fun updateEmail(email: String)
29
suspend fun updatePassword(password: String)
30
suspend fun updatePhoneNumber(credential: PhoneAuthCredential)
31
- suspend fun updateProfile(displayName: String? = null, photoUrl: String? = null)
+ suspend fun updateProfile(displayName: String?, photoUrl: String?)
32
suspend fun verifyBeforeUpdateEmail(newEmail: String, actionCodeSettings: ActionCodeSettings? = null)
33
}
34
0 commit comments