Functions interface

Functions 인스턴스입니다.

서명:

export interface Functions 

속성

속성 유형 설명
app Firebase 앱 Functions 인스턴스가 연결된 FirebaseApp입니다.
커스텀 도메인 문자열 | 없음 호출 가능한 Cloud Functions를 호스팅하는 커스텀 도메인입니다. 예: https://mydomain.com
region 문자열 호출 가능 Cloud Functions가 위치한 리전입니다. 기본값은 us-central-1입니다.

함수.앱

Functions 인스턴스가 연결된 FirebaseApp입니다.

서명:

app: FirebaseApp;

Functions.customDomain

호출 가능한 Cloud Functions를 호스팅하는 커스텀 도메인입니다. 예: https://mydomain.com

서명:

customDomain: string | null;

Functions.region

호출 가능 Cloud Functions가 위치한 리전입니다. 기본값은 us-central-1입니다.

서명:

region: string;