File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ instance. The `FIRAuthUI` instance associated with the default `FIRAuth`
51
51
instance can be accessed as follows:
52
52
53
53
``` objective-c
54
+ @import Firebase
55
+ @import FirebaseAuthUI
56
+ ...
54
57
[FIRApp configure ];
55
58
FIRAuthUI *authUI = [FIRAuthUI authUI ];
56
59
authUI.delegate = self; // Set the delegate to receive callback.
@@ -59,6 +62,9 @@ authUI.delegate = self; // Set the delegate to receive callback.
59
62
This instance can then be configured with the providers you wish to support:
60
63
61
64
``` objective-c
65
+ @import FirebaseGoogleAuthUI
66
+ @import FirebaseFacebookAuthUI
67
+ ...
62
68
FIRGoogleAuthUI *googleAuthUI =
63
69
[[FIRGoogleAuthUI alloc ] initWithClientID: kGoogleClientID] ;
64
70
FIRFacebookAuthUI * facebookAuthUI =
You can’t perform that action at this time.
0 commit comments