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

Reauth with apple sign in #1131

Open
milannikolic1 opened this issue Jan 17, 2023 · 1 comment
Open

Reauth with apple sign in #1131

milannikolic1 opened this issue Jan 17, 2023 · 1 comment

Comments

@milannikolic1
Copy link

Step 2: Describe your environment

  • Objective C or Swift: swift
  • iOS version: 16
  • Firebase SDK version: latest
  • FirebaseUI version: latest
  • CocoaPods Version: latest

Step 3: Describe the problem:

problem is how to reauthenticate user when is loged in with apple

Steps to reproduce:

for deleting and updating user

Observed Results:\

FIRAuthErrorUserInfoNameKey = "ERROR_MISSING_OR_INVALID_NONCE";
NSLocalizedDescription = "Duplicate credential received. Please try again with a new credential.";

Expected Results:

expected to reauth to delete user

Relevant Code:

Screenshot 2023-01-17 at 17 10 48


@morganchen12
Copy link
Contributor

Don't use the same nonce from previous invocations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants