Interface ClientAddonsFirebase

Google Firebase addon configuration.

Hierarchy

  • ClientAddonsFirebase

Indexable

[key: string]: any | any

Properties

client_email: string

ID of the Service Account you have created (shown as client_email in the generated JSON file, SDK v3+ tokens only).

lifetime_in_seconds: number

Optional expiration in seconds for the generated token. Defaults to 3600 seconds (SDK v3+ tokens only).

private_key: string

Private Key for signing the token (SDK v3+ tokens only).

private_key_id: string

Optional ID of the private key to obtain kid header in the issued token (SDK v3+ tokens only).

secret: string

Google Firebase Secret. (SDK 2 only).