React Native Firebase
    Preparing search index...
    interface PhoneAuthState {
        AUTO_VERIFIED: "verified";
        AUTO_VERIFY_TIMEOUT: "timeout";
        CODE_SENT: "sent";
        ERROR: "error";
    }
    Index

    Properties

    AUTO_VERIFIED: "verified"

    Phone number auto-verification succeeded.

    AUTO_VERIFY_TIMEOUT: "timeout"

    The timeout specified in verifyPhoneNumber has expired.

    CODE_SENT: "sent"

    SMS message with verification code sent to phone number.

    ERROR: "error"

    Phone number verification failed with an error.