Skip to content

Commit

Permalink
Merge pull request #163 from ghashi/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
morganchen12 authored Oct 10, 2016
2 parents 6a403fa + e48afb3 commit 826e0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FirebaseAuthUI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 826e0df

Please sign in to comment.