You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Sign in with Apple](https://firebase.google.com/docs/auth/ios/apple#before_you_begin)
54
+
- For Sign in with Apple, read the [Comply with Apple anonymized data requirements](https://firebase.google.com/docs/auth/ios/apple#comply-with-apple-anonymized-data-requirements) section as well.
52
55
53
56
## Using FirebaseUI for Authentication
54
57
@@ -95,8 +98,13 @@ let providers: [FUIAuthProvider] = [
For Google Sign-in support, add custom URL schemes to your Xcode project
118
131
(step 1 of the [implement Google Sign-In documentation](https://developers.google.com/firebase/docs/auth/ios/google-signin#2_implement_google_sign-in)).
119
132
133
+
For Sign in with Apple support, add the Sign in with Apple capability to your entitlements file.
134
+
120
135
For Facebook Login support, follow step 3 and 4 of
0 commit comments