Skip to content

Commit 70f6806

Browse files
committed
Auth README nits
1 parent 3914e0a commit 70f6806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Auth/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Auth guides at the following links:
5151
- [Facebook](https://firebase.google.com/docs/auth/ios/facebook-login#before_you_begin)
5252
- [Phone](https://firebase.google.com/docs/auth/ios/phone-auth#before_you_begin)
5353
- [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* section as well.
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.
5555

5656
## Using FirebaseUI for Authentication
5757

@@ -130,7 +130,7 @@ self.authUI.providers = providers;
130130
For Google Sign-in support, add custom URL schemes to your Xcode project
131131
(step 1 of the [implement Google Sign-In documentation](https://developers.google.com/firebase/docs/auth/ios/google-signin#2_implement_google_sign-in)).
132132

133-
For Sign In with Apple support, add the Sign In with Apple capability to your entitlements file.
133+
For Sign in with Apple support, add the Sign in with Apple capability to your entitlements file.
134134

135135
For Facebook Login support, follow step 3 and 4 of
136136
[Facebook login documentation](https://developers.google.com/firebase/docs/auth/ios/facebook-login#before_you_begin),

0 commit comments

Comments
 (0)