Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ssssota/setup-firebase-tools
- Owner: ssssota
- Created: 2022-12-17T04:32:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T03:12:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T13:28:19.898Z (21 days ago)
- Topics: firebase, firebase-tools, github-actions
- Language: TypeScript
- Homepage:
- Size: 52.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)