Functions interface

Functions インスタンス。

署名:

export interface Functions 

プロパティ

プロパティ 説明
アプリ FirebaseApp この Functions インスタンスが関連付けられている FirebaseApp
customDomain 文字列 |null 呼び出し可能な Cloud Functions の関数をホストするカスタム ドメイン。例: https://mydomain.com
region 文字列 呼び出し可能な Cloud Functions の関数が配置されているリージョン。デフォルトは、us-central-1 です。

Functions.app

この Functions インスタンスが関連付けられている FirebaseApp

署名:

app: FirebaseApp;

Functions.customDomain

呼び出し可能な Cloud Functions の関数をホストするカスタム ドメイン。例: https://mydomain.com

署名:

customDomain: string | null;

Functions.region

呼び出し可能な Cloud Functions の関数が配置されているリージョン。デフォルトは us-central-1 です。

署名:

region: string;