Functions interface

AFunctions instance.

Signature:

exportinterfaceFunctions

Properties

PropertyTypeDescription
appFirebaseAppTheFirebaseApp thisFunctions instance is associated with.
customDomainstring | nullA custom domain hosting the callable Cloud Functions. ex: https://mydomain.com
regionstringThe region the callable Cloud Functions are located in. Default isus-central-1.

Functions.app

TheFirebaseApp thisFunctions instance is associated with.

Signature:

app:FirebaseApp;

Functions.customDomain

A custom domain hosting the callable Cloud Functions. ex: https://mydomain.com

Signature:

customDomain:string|null;

Functions.region

The region the callable Cloud Functions are located in. Default isus-central-1.

Signature:

region:string;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-07-22 UTC.