nickwph/Distribute To Firebase App Distribution
Upload artifacts to Firebase App Distribution within seconds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | The release binary file to upload. | yes | — |
| app | Your app's Firebase App ID. You can find the App ID in the Firebase console, on the General Settings page. | yes | — |
| token | A refresh token that's printed when you authenticate your CI environment with the Firebase CLI (read Use the CLI with CI systems for more information). | no | — |
| credentials | Content of the service account credentials file | no | — |
| credentials-file | Path to the Google service account credentials file | no | — |
| release-notes | Release notes for this build. | no | — |
| release-notes-file | Path to the file containing release notes for this build. | no | — |
| testers | The email addresses of the testers you want to invite. | no | — |
| testers-file | Path to the file containing the email addresses of the testers you want to invite. | no | — |
| groups | The tester groups you want to invite (refer to Manage testers). Groups are specified using group aliases, which you can look up in the Firebase console. | no | — |
| groups-file | Path to the file containing the tester groups you want to invite (refer to Manage testers). Groups are specified using group aliases, which you can look up in the Firebase console. | no | — |
| debug | A flag you can include to print verbose log output. | no | false |
| cache | Whether to cache the firebase tools for next job, keeping this on will speed up the build. | no | true |
| upgrade | Whether to attempt to upgrade firebase tools when cache is on, turning this off will speed up the build. | no | true |
Outputs
no outputs