robingenz/Firebase Cloud Storage Upload
Upload a file to Firebase Cloud Storage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| destination | The destination path for the file. | yes | — |
| firebaseServiceAccountKey | The Firebase service account key in JSON format. | yes | — |
| path | The path to the file to upload. | yes | — |
| storageBucket | The Firebase storage bucket to upload the file to. | yes | — |
Outputs
| name | description |
|---|---|
| downloadUrl | The download URL of the uploaded file. |