@@ -46,20 +46,6 @@ typedef void (^FUIAuthResultCallback)(FIRUser *_Nullable user, NSError *_Nullabl
46
46
47
47
@optional
48
48
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
-
63
49
/* * @fn authUI:didSignInWithAuthDataResult:error:
64
50
@brief Message sent after the sign in process has completed to report the signed in user or
65
51
error encountered. Use this variation with Firebase 11 and later. Swift implementations
@@ -75,17 +61,6 @@ typedef void (^FUIAuthResultCallback)(FIRUser *_Nullable user, NSError *_Nullabl
75
61
URL : (nullable NSURL *)url
76
62
error : (nullable NSError *)error ;
77
63
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
-
89
64
/* * @fn authUI:didSignInWithAuthDataResult:error:
90
65
@brief Message sent after the sign in process has completed to report the signed in user or
91
66
error encountered. Use this variation with Firebase 11 and later. Swift implementations
0 commit comments