Skip to content

Commit 826e0df

Browse files
authored
Merge pull request #163 from ghashi/patch-1
Update README.md
2 parents 6a403fa + e48afb3 commit 826e0df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAuthUI/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ import FirebaseFacebookAuthUI
8383
let googleAuthUI = FIRGoogleAuthUI(clientID: kGoogleClientID)
8484
let facebookAuthUI = FIRFacebookAuthUI(appID: kFacebookAppID)
8585

86-
authUI?.signInProviders = [googleAuthUI, facebookAuthUI]
86+
authUI?.providers = [googleAuthUI, facebookAuthUI]
8787
```
8888

8989
```objective-c
@@ -187,7 +187,7 @@ authUI?.customStringsBundle = NSBundle.mainBundle() // Or any custom bundle.
187187
authUI.customStringsBundle = [NSBundle mainBundle]; // Or any custom bundle.
188188
```
189189

190-
The bundle should include [.strings](Auth/AuthUI/Strings/FirebaseAuthUI.strings)
190+
The bundle should include [.strings](Auth/AuthUI/Strings/en.lproj/FirebaseAuthUI.strings)
191191
files that have the same names as the default files, namely `FirebaseAuthUI`,
192192
`FirebaseGoogleAuthUI`, and `FirebaseFacebookAuthUI`. Each string in these files
193193
should have the same key as its counterpart in the default `.strings` files.

0 commit comments

Comments
 (0)