File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
firebase-auth/src/commonMain/kotlin/dev/gitlive/firebase/auth Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2929 run : " firebase emulators:start --config=./test/firebase.json &"
3030 - name : Assemble
3131 run : ./gradlew assemble
32- - name : Compile Kotlin/JS IR
33- run : ./gradlew compileTestDevelopmentExecutableKotlinJsIr compileTestProductionExecutableKotlinJsIr
3432 - name : Run JS Tests
3533 run : ./gradlew cleanTest jsLegacyTest
3634 - name : Upload JS test artifact
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ expect class FirebaseUser {
2828 suspend fun updateEmail (email : String )
2929 suspend fun updatePassword (password : String )
3030 suspend fun updatePhoneNumber (credential : PhoneAuthCredential )
31- suspend fun updateProfile (displayName : String? , photoUrl : String? )
31+ suspend fun updateProfile (displayName : String? = this.displayName , photoUrl : String? = this.photoURL )
3232 suspend fun verifyBeforeUpdateEmail (newEmail : String , actionCodeSettings : ActionCodeSettings ? = null)
3333}
3434
You can’t perform that action at this time.
0 commit comments