@@ -46,20 +46,6 @@ typedef void (^FUIAuthResultCallback)(FIRUser *_Nullable user, NSError *_Nullabl
4646
4747@optional
4848
49- /* * @fn authUI:didSignInWithAuthDataResult:error:
50- @brief Message sent after the sign in process has completed to report the signed in user or
51- error encountered. Use this variation with Firebase 10 and earlier.
52- @param authUI The @c FUIAuth instance sending the message.
53- @param authDataResult The data result if the sign in attempt was successful.
54- @param url pass the deep link associated with an email link sign-in completion. It is useful
55- for the developer to access the state before the sign-in attempt was triggered.
56- @param error The error that occurred during sign in, if any.
57- */
58- - (void )authUI : (FUIAuth *)authUI
59- didSignInWithAuthDataResult : (nullable FIRAuthDataResult *)authDataResult
60- URL : (nullable NSURL *)url
61- error : (nullable NSError *)error ;
62-
6349/* * @fn authUI:didSignInWithAuthDataResult:error:
6450 @brief Message sent after the sign in process has completed to report the signed in user or
6551 error encountered. Use this variation with Firebase 11 and later. Swift implementations
@@ -75,17 +61,6 @@ typedef void (^FUIAuthResultCallback)(FIRUser *_Nullable user, NSError *_Nullabl
7561 URL : (nullable NSURL *)url
7662 error : (nullable NSError *)error ;
7763
78- /* * @fn authUI:didSignInWithAuthDataResult:error:
79- @brief Message sent after the sign in process has completed to report the signed in user or
80- error encountered. Use this variation with Firebase 10 and earlier.
81- @param authUI The @c FUIAuth instance sending the message.
82- @param authDataResult The data result if the sign in attempt was successful.
83- @param error The error that occurred during sign in, if any.
84- */
85- - (void )authUI : (FUIAuth *)authUI
86- didSignInWithAuthDataResult : (nullable FIRAuthDataResult *)authDataResult
87- error : (nullable NSError *)error ;
88-
8964/* * @fn authUI:didSignInWithAuthDataResult:error:
9065 @brief Message sent after the sign in process has completed to report the signed in user or
9166 error encountered. Use this variation with Firebase 11 and later. Swift implementations
0 commit comments