Functions interface

一个Functions实例。

签名:

export interface Functions 

特性

财产类型描述
应用程序Firebase应用程序Functions实例关联的FirebaseApp
自定义域字符串|无效的托管可调用 Cloud Functions 的自定义域。例如:https://mydomain.com
地区细绳可调用的云函数所在的区域。默认为us-central-1

函数.app

Functions实例关联的FirebaseApp

签名:

app: FirebaseApp;

函数.customDomain

托管可调用 Cloud Functions 的自定义域。例如:https://mydomain.com

签名:

customDomain: string | null;

函数.区域

可调用的云函数所在的区域。默认为us-central-1

签名:

region: string;