อินสแตนซ์ Functions
ลายเซ็น:
export interface Functions
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | ประเภท | คำอธิบาย |
---|---|---|
แอป | แอป Firebase | FirebaseApp อินสแตนซ์ Functions นี้เชื่อมโยงอยู่ |
โดเมนที่กำหนดเอง | สตริง | ค่าว่าง | โดเมนที่กำหนดเองซึ่งโฮสต์ Cloud Functions ที่เรียกใช้ได้ เช่น https://mydomain.com |
ภูมิภาค [region] | สตริง | ภูมิภาคที่มี Cloud Functions ที่เรียกใช้ได้ ค่าเริ่มต้นคือ us-central-1 |
Functions.app
FirebaseApp อินสแตนซ์ Functions
นี้เชื่อมโยงอยู่
ลายเซ็น:
app: FirebaseApp;
Functions.customDomain
โดเมนที่กำหนดเองซึ่งโฮสต์ Cloud Functions ที่เรียกใช้ได้ เช่น https://mydomain.com
ลายเซ็น:
customDomain: string | null;
Functions.region
ภูมิภาคที่มี Cloud Functions ที่เรียกใช้ได้ ค่าเริ่มต้นคือ us-central-1
ลายเซ็น:
region: string;