React Native Firebase
    Preparing search index...
    interface PhoneAuthError {
        code: string | null;
        message: string | null;
        stack: string | null;
        verificationId: string;
    }
    Index

    Properties

    code: string | null
    message: string | null
    stack: string | null
    verificationId: string