Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ssssota/setup-firebase-tools

This action provides the firebase-tools(CLI) with auth setting.
https://github.com/ssssota/setup-firebase-tools

firebase firebase-tools github-actions

Last synced: 20 days ago
JSON representation

This action provides the firebase-tools(CLI) with auth setting.

Awesome Lists containing this project

README

        

# setup-firebase-tools

This action provides the [firebase-tools](https://github.com/firebase/firebase-tools)(CLI) with auth setting.

## Usage

```yml
steps:
- uses: actions/checkout@v3
- uses: ssssota/setup-firebase-tools@v1
with:
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
- run: firebase deploy
```

## Inputs

- `firebaseServiceAccount`: Firebase service account key (JSON)