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
8383let googleAuthUI = FIRGoogleAuthUI (clientID : kGoogleClientID)
8484let 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.
187187authUI.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 )
191191files that have the same names as the default files, namely ` FirebaseAuthUI ` ,
192192` FirebaseGoogleAuthUI ` , and ` FirebaseFacebookAuthUI ` . Each string in these files
193193should have the same key as its counterpart in the default ` .strings ` files.
You can’t perform that action at this time.
0 commit comments