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.
2 parents bb61386 + eb45b5d commit ba3d156Copy full SHA for ba3d156
firebase-auth/src/iosMain/kotlin/dev/gitlive/firebase/auth/credentials.kt
@@ -84,7 +84,7 @@ actual class PhoneAuthProvider(val ios: FIRPhoneAuthProvider) {
84
}
85
86
actual interface PhoneVerificationProvider {
87
- val delegate: FIRAuthUIDelegateProtocol
+ val delegate: FIRAuthUIDelegateProtocol?
88
suspend fun getVerificationCode(): String
89
90
0 commit comments