Functions
執行個體。
簽名:
export interface Functions
屬性
屬性 | 類型 | 說明 |
---|---|---|
應用程式 | Firebase 應用程式 | 與這個 Functions 執行個體相關聯的 FirebaseApp。 |
customDomain | 字串 |空值 | 託管可呼叫 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;