From 0431c565499fc73dce8d3a488487d1c4d2f0709c Mon Sep 17 00:00:00 2001 From: Andrew Stromme Date: Mon, 12 Dec 2016 14:42:09 -0800 Subject: [PATCH] Update Readme.md to reflect new Facebook SDK docs It appears that the URL schemes are now step 4 in Facebook's documentation, not "following step 5". --- FirebaseAuthUI/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseAuthUI/README.md b/FirebaseAuthUI/README.md index 2fac9faa3e2..073fccf1931 100644 --- a/FirebaseAuthUI/README.md +++ b/FirebaseAuthUI/README.md @@ -115,7 +115,7 @@ For Google Sign-in support, add custom URL schemes to your Xcode project For Facebook Login support, follow step 3 and 4 of [Facebook login documentation](https://developers.google.com/firebase/docs/auth/ios/facebook-login#before_you_begin), -and add custom URL schemes following step 5 of [Facebook SDK for iOS-Getting started documentation](https://developers.facebook.com/docs/ios/getting-started). +and add custom URL schemes in step 4 of [Facebook SDK for iOS-Getting started documentation](https://developers.facebook.com/docs/ios/getting-started). Finally, add a call to handle the URL that your application receives at the end of the Google/Facebook authentication process.