React Native Firebase
    Preparing search index...

    Interface representing an application verifier.

    interface ApplicationVerifier {
        type: string;
        verify(): Promise<string>;
    }
    Index

    Methods

    Properties

    Methods

    Properties

    type: string