React Native Firebase
Documentation
GitHub
npm
Preparing search index...
@react-native-firebase/auth
PhoneAuthSnapshot
Interface PhoneAuthSnapshot
interface
PhoneAuthSnapshot
{
code
:
string
|
null
;
error
:
ReactNativeFirebase
.
NativeFirebaseError
|
null
;
state
:
"sent"
|
"timeout"
|
"verified"
|
"error"
;
verificationId
:
string
;
}
Index
Properties
code
error
state
verification
Id
Properties
Readonly
code
code
:
string
|
null
Readonly
error
error
:
ReactNativeFirebase
.
NativeFirebaseError
|
null
Readonly
state
state
:
"sent"
|
"timeout"
|
"verified"
|
"error"
Readonly
verification
Id
verificationId
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
code
error
state
verification
Id
Documentation
Documentation
GitHub
npm
React Native Firebase
Loading...