Fires2REST - v0.3.0
    Preparing search index...

    Interface ConnectionConfig

    Configuration for connecting to Firestore

    interface ConnectionConfig {
        apiBaseUrl: string;
        auth: Auth;
        projectId: string;
    }
    Index

    Properties

    apiBaseUrl: string

    The base URL for the Firestore REST API

    auth: Auth

    The authentication provider

    projectId: string

    The Firebase project ID