Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the sign in with deleted passkey crash issue #12710

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

Xiaoshouzi-gh
Copy link
Contributor

@Xiaoshouzi-gh Xiaoshouzi-gh commented Apr 4, 2024

Added the public facing ERROR_PASSKEY_ENROLLMENT_NOT_FOUND error
Fix the app crashing issue after sign in with a already removed passkey. The issue was due to after receiving the error, we kept going with the sign in. Added the return statement after error has been received.

@google-oss-bot
Copy link

1 Warning
⚠️ Did you forget to add a changelog entry? (Add #no-changelog to the PR description to silence this warning.)

Generated by 🚫 Danger

Copy link
Contributor

github-actions bot commented Apr 4, 2024

Apple API Diff Report

Commit: b8f7136
Last updated: Thu Apr 4 14:59 PDT 2024
View workflow logs & download artifacts


FirebaseAuth

Enumerations

FIRAuthErrorCode
[ADDED] FIRAuthErrorCodePasskeyEnrollmentNotFound
Swift:
+  case passkeyEnrollmentNotFound = 17209
Objective-C:
+  FIRAuthErrorCodePasskeyEnrollmentNotFound = 17209

@Xiaoshouzi-gh Xiaoshouzi-gh requested a review from renkelvin April 4, 2024 22:54
@Xiaoshouzi-gh Xiaoshouzi-gh marked this pull request as ready for review April 4, 2024 22:54
@Xiaoshouzi-gh Xiaoshouzi-gh merged commit b38c6f6 into passkey Apr 5, 2024
70 checks passed
@Xiaoshouzi-gh Xiaoshouzi-gh deleted the passkey-not-found branch April 5, 2024 18:10
@firebase firebase locked and limited conversation to collaborators May 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants