> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# noyo/firebase-deploy

Orb for firebase deploy.

## Commands

### deploy

Deploy to firebase

| Parameter | Type | Default | Description |
|---|---|---|---|
| `token` | string |  | Firebase Deploy Token |
| `project` | string |  | Firebase project, to specify other than the default |
| `only` | string | none | For filling in the 'only' option for the deploy action |

### config_set

Set a firebase config

| Parameter | Type | Default | Description |
|---|---|---|---|
| `token` | string |  | Firebase Deploy Token |
| `project` | string |  | Firebase project, to specify other than the default |
| `key` | string |  | The key to set |
| `value` | string |  | The value to set |