Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions FirebaseUI/Auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ pod 'FirebaseUI/Auth'
To use FirebaseUI to authenticate users you first need to configure each provider you want to use in
their own developer app settings. Please read the *Before you begin* section of the Firebase
Auth guides at the following links:
[Email and password](https://firebase.google.com/docs/auth/web/password-auth#before_you_begin)
[Google](https://firebase.google.com/docs/auth/ios/google-signin#before_you_begin)
[Facebook](https://firebase.google.com/docs/auth/ios/facebook-login#before_you_begin)

- [Email and password](https://firebase.google.com/docs/auth/ios/password-auth#before_you_begin)
- [Google](https://firebase.google.com/docs/auth/ios/google-signin#before_you_begin)
- [Facebook](https://firebase.google.com/docs/auth/ios/facebook-login#before_you_begin)


## Using FirebaseUI for Authentication
Expand Down