Functions interface
Stay organized with collections
Save and categorize content based on your preferences.
A Functions
instance.
Signature:
export interface Functions
Properties
Property |
Type |
Description |
app |
FirebaseApp |
The FirebaseApp this Functions instance is associated with. |
customDomain |
string | null |
A custom domain hosting the callable Cloud Functions. ex: https://mydomain.com |
region |
string |
The region the callable Cloud Functions are located in. Default is us-central-1 . |
Functions.app
The FirebaseApp this Functions
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 is us-central-1
.
Signature:
region: string;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-22 UTC.
[null,null,["Last updated 2022-07-22 UTC."],[],[],null,["# Functions interface\n\nA `Functions` instance.\n\n**Signature:** \n\n export interface Functions \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------|-----------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| [app](./functions.functions.md#functionsapp) | [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) | The [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) this `Functions` instance is associated with. |\n| [customDomain](./functions.functions.md#functionscustomdomain) | string \\| null | A custom domain hosting the callable Cloud Functions. ex: https://mydomain.com |\n| [region](./functions.functions.md#functionsregion) | string | The region the callable Cloud Functions are located in. Default is `us-central-1`. |\n\nFunctions.app\n-------------\n\nThe [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) this `Functions` instance is associated with.\n\n**Signature:** \n\n app: FirebaseApp;\n\nFunctions.customDomain\n----------------------\n\nA custom domain hosting the callable Cloud Functions. ex: https://mydomain.com\n\n**Signature:** \n\n customDomain: string | null;\n\nFunctions.region\n----------------\n\nThe region the callable Cloud Functions are located in. Default is `us-central-1`.\n\n**Signature:** \n\n region: string;"]]