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`
5151instance can be accessed as follows:
5252
5353``` objective-c
54+ @import Firebase
55+ @import FirebaseAuthUI
56+ ...
5457[FIRApp configure ];
5558FIRAuthUI *authUI = [FIRAuthUI authUI ];
5659authUI.delegate = self; // Set the delegate to receive callback.
@@ -59,6 +62,9 @@ authUI.delegate = self; // Set the delegate to receive callback.
5962This instance can then be configured with the providers you wish to support:
6063
6164``` objective-c
65+ @import FirebaseGoogleAuthUI
66+ @import FirebaseFacebookAuthUI
67+ ...
6268FIRGoogleAuthUI *googleAuthUI =
6369 [[FIRGoogleAuthUI alloc ] initWithClientID: kGoogleClientID] ;
6470FIRFacebookAuthUI * facebookAuthUI =
You can’t perform that action at this time.
0 commit comments