aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/FIRUser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Auth/Source/FIRUser.h')
-rw-r--r--Firebase/Auth/Source/FIRUser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Firebase/Auth/Source/FIRUser.h b/Firebase/Auth/Source/FIRUser.h
index ebe8b81..9e3ac77 100644
--- a/Firebase/Auth/Source/FIRUser.h
+++ b/Firebase/Auth/Source/FIRUser.h
@@ -158,6 +158,7 @@ FIR_SWIFT_NAME(User)
completion:(nullable FIRUserProfileChangeCallback)completion
FIR_SWIFT_NAME(updatePassword(to:completion:));
+#if TARGET_OS_IOS
/** @fn updatePhoneNumberCredential:completion:
@brief Updates the phone number for the user. On success, the cached user profile data is
updated.
@@ -181,6 +182,7 @@ FIR_SWIFT_NAME(User)
*/
- (void)updatePhoneNumberCredential:(FIRPhoneAuthCredential *)phoneNumberCredential
completion:(nullable FIRUserProfileChangeCallback)completion;
+#endif
/** @fn profileChangeRequest
@brief Creates an object which may be used to change the user's profile data.