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 8afdde1 commit 59de31cCopy full SHA for 59de31c
firebase-auth/src/iosMain/kotlin/dev/gitlive/firebase/auth/auth.kt
@@ -189,6 +189,7 @@ private fun NSError.toException() = when(domain) {
189
FIRAuthErrorCodeInvalidVerificationCode,
190
FIRAuthErrorCodeMissingVerificationID,
191
FIRAuthErrorCodeMissingVerificationCode,
192
+ FIRAuthErrorCodeUserTokenExpired,
193
FIRAuthErrorCodeInvalidCredential -> FirebaseAuthInvalidCredentialsException(toString())
194
195
FIRAuthErrorCodeWeakPassword -> FirebaseAuthWeakPasswordException(toString())
0 commit comments