AppleProvider on Android #423
Unanswered
TheoBodmer1
asked this question in
Q&A
Replies: 2 comments
-
I would appreciate it if somebody could help me with this issue. The error "Code flow is not enabled for Apple." points towards setting up a Code flow for Apple in Firebase, but I did not find any instructions on how to do this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is this the wrong place for this question? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have AppleProvider() working fine on IOS, using a flutter app:
return SignInScreen(
providers: [
AppleProvider(),
],
);
It works fine on IOS, but it does not work on Android. It does show as a login option on the Signup Screen, but when selected, throws the error: This operation is not allowed. Code flow is not enabled for Apple.
How to get the AppleProvider working on an Android device?
Beta Was this translation helpful? Give feedback.
All reactions