From 5a74b319bda33738bad35298e43aaf70046c3808 Mon Sep 17 00:00:00 2001 From: Sangjoon-Moon Date: Wed, 3 Aug 2016 12:09:47 +0900 Subject: [PATCH 1/3] fix auth email link and add comma between links. --- FirebaseUI/Auth/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FirebaseUI/Auth/README.md b/FirebaseUI/Auth/README.md index 18d9fd1f46f..2bc42fd1df8 100644 --- a/FirebaseUI/Auth/README.md +++ b/FirebaseUI/Auth/README.md @@ -37,8 +37,8 @@ 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) +[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), and [Facebook](https://firebase.google.com/docs/auth/ios/facebook-login#before_you_begin) From c3b1836ec81b82cdc5320e9c12e736a52a8cc355 Mon Sep 17 00:00:00 2001 From: Sangjoon-Moon Date: Thu, 4 Aug 2016 08:20:59 +0900 Subject: [PATCH 2/3] make bulleted list for url link --- FirebaseUI/Auth/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/FirebaseUI/Auth/README.md b/FirebaseUI/Auth/README.md index 2bc42fd1df8..dddf0087c27 100644 --- a/FirebaseUI/Auth/README.md +++ b/FirebaseUI/Auth/README.md @@ -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/ios/password-auth#before_you_begin), -[Google](https://firebase.google.com/docs/auth/ios/google-signin#before_you_begin), and -[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), and +- [Facebook](https://firebase.google.com/docs/auth/ios/facebook-login#before_you_begin) ## Using FirebaseUI for Authentication From b0c6340296212f773c27234cc3c5d7031802f887 Mon Sep 17 00:00:00 2001 From: Sangjoon-Moon Date: Thu, 4 Aug 2016 08:22:14 +0900 Subject: [PATCH 3/3] remove comma --- FirebaseUI/Auth/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FirebaseUI/Auth/README.md b/FirebaseUI/Auth/README.md index dddf0087c27..455cea63c33 100644 --- a/FirebaseUI/Auth/README.md +++ b/FirebaseUI/Auth/README.md @@ -38,8 +38,8 @@ To use FirebaseUI to authenticate users you first need to configure each provide 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/ios/password-auth#before_you_begin), -- [Google](https://firebase.google.com/docs/auth/ios/google-signin#before_you_begin), and +- [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)