donpok/setup firebase tools with credentials file
Install firebase tools This action is required node.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Mar 14, 2025
- License
- MIT
Pinned Snippet
uses: donpok/github-actions-firebase-tools@31c5ada0854a63efda6ab283ae58aea608ce1329 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| firebaseToolsVersion | firebase tools version | no | latest |
| googleApplicationCredentialsContents | google application credential file. allowed base64 encoded or just plain text. if put base64 encoded contents, Please set encode option. | yes | — |
| encode | define GOOGLE_APPLICATION_CREDENTIALS_CONTENT encode. you can use `utf8` or `base64`. default value is `utf8`. | no | utf8 |
| credentialPath | default credential path is `\$\{\{runner.temp\}\}/googleApplocationCredentials.json` if you want to override, plz set. | no | default |
Outputs
no outputs