React Native Firebase
    Preparing search index...

    Interface that represents an auth provider. Implemented by other providers.

    interface AuthProvider {
        credential: (token: string | null, secret?: string) => AuthCredential;
        PROVIDER_ID: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    credential: (token: string | null, secret?: string) => AuthCredential

    Creates a new AuthCredential.

    Type Declaration

    PROVIDER_ID: string

    The provider ID of the provider.