docs/interfaces/management.Management.ClientAddonFirebase.html
Google Firebase addon configuration.
interface ClientAddonFirebase {
secret?: string;
private_key_id?: string;
private_key?: string;
client_email?: string;
lifetime_in_seconds?: number;
key: string: any;
}
Accepts any additional properties
secret?private_key_id?private_key?client_email?lifetime_in_seconds?
Optionalsecretsecret?: string
Google Firebase Secret. (SDK 2 only).
Optionalprivate_key_idprivate_key_id?: string
Optional ID of the private key to obtain kid header in the issued token (SDK v3+ tokens only).
Optionalprivate_keyprivate_key?: string
Private Key for signing the token (SDK v3+ tokens only).
Optionalclient_emailclient_email?: string
ID of the Service Account you have created (shown as client_email in the generated JSON file, SDK v3+ tokens only).
Optionallifetime_in_secondslifetime_in_seconds?: number
Optional expiration in seconds for the generated token. Defaults to 3600 seconds (SDK v3+ tokens only).
Member Visibility
ThemeOSLightDark
Properties secretprivate_key_idprivate_keyclient_emaillifetime_in_seconds