Skip to content

Commit d06f701

Browse files
authored
Merge pull request #101 from dakeshi/fix-email-auth-link
fix auth email and password url link
2 parents 431001f + b0c6340 commit d06f701

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

FirebaseUI/Auth/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ pod 'FirebaseUI/Auth'
3737
To use FirebaseUI to authenticate users you first need to configure each provider you want to use in
3838
their own developer app settings. Please read the *Before you begin* section of the Firebase
3939
Auth guides at the following links:
40-
[Email and password](https://firebase.google.com/docs/auth/web/password-auth#before_you_begin)
41-
[Google](https://firebase.google.com/docs/auth/ios/google-signin#before_you_begin)
42-
[Facebook](https://firebase.google.com/docs/auth/ios/facebook-login#before_you_begin)
40+
41+
- [Email and password](https://firebase.google.com/docs/auth/ios/password-auth#before_you_begin)
42+
- [Google](https://firebase.google.com/docs/auth/ios/google-signin#before_you_begin)
43+
- [Facebook](https://firebase.google.com/docs/auth/ios/facebook-login#before_you_begin)
4344

4445

4546
## Using FirebaseUI for Authentication

0 commit comments

Comments
 (0)