Firebase-Distribution-Github-Action
Firebase-Distribution-Github-Action copied to clipboard
This action uploads artifacts (.apk or .ipa) to Firebase App Distribution.
I tried to upload & download my ipa file (around more than 20mb) by using upload&download-artifact action as [this suggesstion](https://github.com/wzieba/Firebase-Distribution-Github-Action/issues/24#issuecomment-769731085). But when upload to firebase distribution I always get the...
Hi, could you guys provide a way to use `serviceAccount` from `secrets` instead of file? As an example [this action](https://github.com/r0adkll/upload-google-play) offers [it](https://github.com/r0adkll/upload-google-play/blob/060a2efa0e0e9c4305b19228cafd00898cd9d6f4/src/main.ts#L35)
We can update to the latest version. https://github.com/marketplace/actions/checkout https://github.com/marketplace/actions/setup-java-jdk
Love this action. Just wondering if we can add support for dsym files uploading too? For the sake of Crashlytics.
Currently, test cases cover uploading only `.apk` files. Uploading `.ipa` files should also be tested.
`serviceCredentialsFile` not passed to docker image if it points ouside of current working directory
Originally reported in: https://github.com/wzieba/Firebase-Distribution-Github-Action/issues/52. The path passed as `serviceCredentialsFile` doesn't get passed to docker image hence gets ignored when calling Firebase CLI. I expect a `serviceCredentialsFile` to be accessible when...
Messages received from `firebase-tool` are not very precise when it comes to lack of artifact file. One could add a deliberate check in action which logs a correct error message...
Hi, can we have the output data like the release link, download url?
I am trying to distribute the release apk to Firebase. I am able to do it through the demo codebase. But when I am trying to upload it through actual...
How to use it in azure-pipelines