<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/functions](./functions.md) &gt; [Functions](./functions.functions.md)

## Functions interface

`Functions` represents a Functions instance, and is a required argument for all Functions operations.

<b>Signature:</b>

```typescript
export interface Functions 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [app](./functions.functions.app.md) | [FirebaseApp](./app.firebaseapp.md) | The FirebaseApp this Functions instance is associated with. |
|  [customDomain](./functions.functions.customdomain.md) | string \| null | A custom domain hosting the callable Cloud Functions. ex: https://mydomain.com |
|  [region](./functions.functions.region.md) | string | The region the callable Cloud Functions are located in. Default is <code>us-central-1</code>. |

