Loading...
Loading...
Add "Sign in with Apple" to an Ionic Capacitor app via @capacitor-community/apple-sign-in. Trigger when adding social login on iOS, integrating Apple ID as a sign-in method, or when App Review requires Sign in with Apple alongside other social logins.
npx skill4agent add erkamyaman/ionic-capacitor-skills ionic-apple-sign-inDon't use this skill in a Firebase project. If your app already uses Firebase Auth, integrate Sign in with Apple viainstead. That plugin uses the same native dialog on iOS and the same Apple OAuth flow on Android, but hands the JWT directly to Firebase Auth so you don't end up running two different identity layers. Installing both@capacitor-firebase/authenticationand@capacitor-community/apple-sign-inis wasteful and easy to misconfigure.@capacitor-firebase/authenticationUse this skill when:
- You're not on Firebase (e.g., Supabase — see
, or your own backend).../ionic-supabase/references/auth.md#native-apple-sign-in- You verify the Apple JWT yourself on a custom backend.
npm install @capacitor-community/apple-sign-in
npx cap sync