Functions interface

一個Functions實例。

簽名:

export interface Functions 

特性

財產類型描述
應用程式Firebase應用程式Functions實例關聯的FirebaseApp
自訂域字串 |無效的託管可呼叫 Cloud Functions 的自訂網域。例如:https://mydomain.com
地區細繩可呼叫的 Cloud Functions 所在的區域。預設為us-central-1

函數.app

Functions實例關聯的FirebaseApp

簽名:

app: FirebaseApp;

函數.customDomain

託管可呼叫 Cloud Functions 的自訂網域。例如:https://mydomain.com

簽名:

customDomain: string | null;

函數.區域

可呼叫的雲函數所在的區域。預設為us-central-1

簽名:

region: string;