We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c5346 commit 053c311Copy full SHA for 053c311
FirebasePhoneAuthUI/Sources/Public/FirebasePhoneAuthUI/FUIPhoneAuth.h
@@ -30,6 +30,8 @@ NS_ASSUME_NONNULL_BEGIN
30
31
/** @property defaultCountryCode
32
Returns the default country code. If unspecified, this will default to the United States country code.
33
+ If overwriting the default country code, this value must be set before the phone auth flow is
34
+ presented.
35
*/
36
@property (nonatomic, copy, readwrite) NSString *defaultCountryCode;
37
0 commit comments