React Native Firebase
    Preparing search index...

    Result describing whether a specific SIM slot supports phone number verification.

    Mirrors the native com.google.firebase.pnv.VerificationSupportResult class. One instance is returned per SIM slot when calling getVerificationSupportInfo().

    interface VerificationSupportResult {
        carrierId: string;
        isSupported: boolean;
        reason: VerificationSupportStatus;
        simSlot: number;
    }
    Index

    Properties

    carrierId: string

    The carrier identifier string for this SIM slot.

    isSupported: boolean

    Whether this SIM slot supports phone number verification.

    The detailed reason for the support status.

    simSlot: number

    The SIM slot index (0-based).