@eoussama/firemitt
    Preparing search index...

    Type Alias TFireguardConfig

    Configuration settings for Fireguard. This type includes essential configuration details necessary for initializing and customizing the Fireguard.

    type TFireguardConfig = {
        firebase: TFirebaseConfig;
        logo: string;
        name: string;
        provider: string;
        theme: TTheme;
    }
    Index

    Properties

    firebase: TFirebaseConfig

    The Firebase configuration settings for the Fireguard.

    logo: string

    The URL or path to the Fireguard's logo.

    name: string

    The name of the Fireguard.

    provider: string

    The authentication provider to use. Defaults to "google". Use values from EProvider or a custom "oidc." / "saml." string.

    theme: TTheme

    The theme settings for the Fireguard.