Apple Sign-In
Enable provider in Firebase
- In Firebase Console → Authentication → Sign-in method.
- Click Apple and toggle Enable. No extra OAuth config is needed for the default flow.
Configure capability in Xcode
- Open
ios/Runner.xcworkspacein Xcode. - Select Runner in the project navigator → Signing & Capabilities.
- Click + Capability and add Sign in with Apple.
- Ensure your Team and Bundle Identifier (
com.yourdomain.prohandy) are selected and the provisioning profile is valid.
After enabling
- Rebuild for iOS; test on a real device (Simulator Apple Sign-In requires a real Apple ID).
- If the button does not appear, verify the capability was added to
ios/Runner/Runner.entitlements(Xcode does this automatically).
Still stuck?
Our support team is ready to help you get set up.

