|
|
@@ -23,9 +23,9 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
/** @protocol FIRAuthUIDelegate
|
|
|
@brief A protocol to handle user interface interactions for Firebase Auth.
|
|
|
-*/
|
|
|
-
|
|
|
-@protocol FIRAuthUIDelegate <NSObject>
|
|
|
+ */
|
|
|
+FIR_SWIFT_NAME(AuthUIDelegate)
|
|
|
+@protocol FIRAuthUIDelegate <NSObject>
|
|
|
|
|
|
/** @fn presentViewController:animated:completion:
|
|
|
@brief If implemented, this method will be invoked when Firebase Auth needs to display a view
|