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 29
29
run : " firebase emulators:start --config=./test/firebase.json &"
30
30
- name : Assemble
31
31
run : ./gradlew assemble
32
- - name : Compile Kotlin/JS IR
33
- run : ./gradlew compileTestDevelopmentExecutableKotlinJsIr compileTestProductionExecutableKotlinJsIr
34
32
- name : Run JS Tests
35
33
run : ./gradlew cleanTest jsLegacyTest
36
34
- name : Upload JS test artifact
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ expect class FirebaseUser {
28
28
suspend fun updateEmail (email : String )
29
29
suspend fun updatePassword (password : String )
30
30
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 )
32
32
suspend fun verifyBeforeUpdateEmail (newEmail : String , actionCodeSettings : ActionCodeSettings ? = null)
33
33
}
34
34
You can’t perform that action at this time.
0 commit comments