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 7bbf408 commit b6bd2a5Copy full SHA for b6bd2a5
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? = this.displayName, photoUrl: String? = this.photoURL)
+ suspend fun updateProfile(displayName: String? = null, photoUrl: String? = null)
32
suspend fun verifyBeforeUpdateEmail(newEmail: String, actionCodeSettings: ActionCodeSettings? = null)
33
}
34
0 commit comments