Functions interface Stay organized with collections Save and categorize content based on your preferences.
AFunctions instance.
Signature:
exportinterfaceFunctionsProperties
| Property | Type | Description |
|---|---|---|
| app | FirebaseApp | TheFirebaseApp thisFunctions 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 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.