Skip to content

Commit 32dc73b

Browse files
committed
Implement additional FUIAuth sign-in call back which returns FIRAuthDataResult
1 parent fec264d commit 32dc73b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FirebaseAuthUI/FUIAuth.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ typedef void (^FUIAuthResultCallback)(FIRUser *_Nullable user, NSError *_Nullabl
6969
- (void)authUI:(FUIAuth *)authUI
7070
didSignInWithUser:(nullable FIRUser *)user
7171
error:(nullable NSError *)error
72-
__attribute__((deprecated("This is deprecated API and will be removed in a future release."
73-
"Instead use authUI:didSignInWithAuthDataResult:error:")));
72+
__attribute__((deprecated("Instead use authUI:didSignInWithAuthDataResult:error:")));
7473

7574

7675
/** @fn authUI:didFinishOperation:error:

0 commit comments

Comments
 (0)