docs-devsite/functions.functions.md
Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
A Functions instance.
<b>Signature:</b>
export interface Functions
| Property | Type | Description |
|---|---|---|
| app | FirebaseApp | The FirebaseApp this <code>Functions</code> 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 <code>us-central-1</code>. |
The FirebaseApp this Functions instance is associated with.
<b>Signature:</b>
app: FirebaseApp;
A custom domain hosting the callable Cloud Functions. ex: https://mydomain.com
<b>Signature:</b>
customDomain: string | null;
The region the callable Cloud Functions are located in. Default is us-central-1<!-- -->.
<b>Signature:</b>
region: string;