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 9ea6f65 + 59de31c commit f748d61Copy full SHA for f748d61
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