Skip to content

Commit ba3d156

Browse files
authored
Merge pull request #528 from kiiskristo/master
PhoneAuthProvider improvement for ios
2 parents bb61386 + eb45b5d commit ba3d156

File tree

1 file changed

+1
-1
lines changed
  • firebase-auth/src/iosMain/kotlin/dev/gitlive/firebase/auth

1 file changed

+1
-1
lines changed

firebase-auth/src/iosMain/kotlin/dev/gitlive/firebase/auth/credentials.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ actual class PhoneAuthProvider(val ios: FIRPhoneAuthProvider) {
8484
}
8585

8686
actual interface PhoneVerificationProvider {
87-
val delegate: FIRAuthUIDelegateProtocol
87+
val delegate: FIRAuthUIDelegateProtocol?
8888
suspend fun getVerificationCode(): String
8989
}
9090

0 commit comments

Comments
 (0)