signInWithProvider returns null authorizationCode on Android #12778
Unanswered
pamafe1976
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I ran into the same problem. Were you able to find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm using this flutter code to retrieve credential for sign in with apple:
In IOS it returns a valid authorizationCode. However in Android the authorizationCode is always null.
I need the authorizationCode to be able to revokeTokenWithAuthorizationCode when the user deletes the account.
What am I doing wrong?
Regards
Beta Was this translation helpful? Give feedback.
All reactions