Type alias TFireguardOptions

TFireguardOptions: {
    firebase: TFirebaseConfig;
    name: string;
    theme?: Partial<TTheme>;
} & Partial<TFireguardConfig>

Type declaration

  • firebase: TFirebaseConfig

    Description

    The Firebase configuration.

  • name: string

    Description

    The name of the Fireguard.

  • Optional theme?: Partial<TTheme>

    Description

    Optional theme settings, partially applied.

Description

Options for configuring Fireguard. This type specifies the options that can be provided to customize the Fireguard. It extends the TFireguardConfig with optional properties.

Generated using TypeDoc