File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ import FirebaseFacebookAuthUI
83
83
let googleAuthUI = FIRGoogleAuthUI (clientID : kGoogleClientID)
84
84
let facebookAuthUI = FIRFacebookAuthUI (appID : kFacebookAppID)
85
85
86
- authUI? .signInProviders = [googleAuthUI, facebookAuthUI]
86
+ authUI? .providers = [googleAuthUI, facebookAuthUI]
87
87
```
88
88
89
89
``` objective-c
@@ -187,7 +187,7 @@ authUI?.customStringsBundle = NSBundle.mainBundle() // Or any custom bundle.
187
187
authUI.customStringsBundle = [NSBundle mainBundle ]; // Or any custom bundle.
188
188
```
189
189
190
- The bundle should include [ .strings] ( Auth/AuthUI/Strings/FirebaseAuthUI.strings )
190
+ The bundle should include [ .strings] ( Auth/AuthUI/Strings/en.lproj/ FirebaseAuthUI.strings )
191
191
files that have the same names as the default files, namely ` FirebaseAuthUI ` ,
192
192
` FirebaseGoogleAuthUI ` , and ` FirebaseFacebookAuthUI ` . Each string in these files
193
193
should have the same key as its counterpart in the default ` .strings ` files.
You can’t perform that action at this time.
0 commit comments