Access Sign In with Apple in firebase
from flutter android.
Because you can't get the credential of an app with the flutter firebase alone, you can import the credential directly through the native firebase.
The project must have a pre-set firebase.
Support only Android! There's a iOS framework.
Map crendential = await AppleSignInFirebase.signIn();
print(credential['idToken']);
print(credential['accessToken']);