From e48afb3ab0224042c0d8851e9db3fc4fdb2de54a Mon Sep 17 00:00:00 2001 From: ghashi Date: Sun, 9 Oct 2016 22:16:58 -0300 Subject: [PATCH] Update README.md Just fixing some small errors on README.md --- FirebaseAuthUI/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FirebaseAuthUI/README.md b/FirebaseAuthUI/README.md index d1ce98fe6c6..46220040c20 100644 --- a/FirebaseAuthUI/README.md +++ b/FirebaseAuthUI/README.md @@ -83,7 +83,7 @@ import FirebaseFacebookAuthUI let googleAuthUI = FIRGoogleAuthUI(clientID: kGoogleClientID) let facebookAuthUI = FIRFacebookAuthUI(appID: kFacebookAppID) -authUI?.signInProviders = [googleAuthUI, facebookAuthUI] +authUI?.providers = [googleAuthUI, facebookAuthUI] ``` ```objective-c @@ -187,7 +187,7 @@ authUI?.customStringsBundle = NSBundle.mainBundle() // Or any custom bundle. authUI.customStringsBundle = [NSBundle mainBundle]; // Or any custom bundle. ``` -The bundle should include [.strings](Auth/AuthUI/Strings/FirebaseAuthUI.strings) +The bundle should include [.strings](Auth/AuthUI/Strings/en.lproj/FirebaseAuthUI.strings) files that have the same names as the default files, namely `FirebaseAuthUI`, `FirebaseGoogleAuthUI`, and `FirebaseFacebookAuthUI`. Each string in these files should have the same key as its counterpart in the default `.strings` files.