bitrise-step-firebase-app-distribution icon indicating copy to clipboard operation
bitrise-step-firebase-app-distribution copied to clipboard

Upload your apps to Firebase and sends email to your testers.

Results 9 bitrise-step-firebase-app-distribution issues
Sort by recently updated
recently updated
newest added

The firebase command ends up resolving to ``` firebase appdistribution:distribute "/bitrise/deploy/app-release.apk" --app "1:123:android:456" --release-notes "- Add feature 1\n- Add feature 2\n" --groups "entirecompany" ``` which fails with `error: unknown option...

Hi, we were using this step for a long time and it is very useful. We started having problems with this once we moved to the node v18 because we...

Applying suggestion by @ColtonIdle to "escape" leading `-` in the contents of the release notes. Link to issue: https://github.com/guness/bitrise-step-firebase-app-distribution/issues/40

I'm using the "Post to Slack" step in my workflow, and would like to post the testing uri from firebase to Slack so the testers can download the new app....

Hello, When running the step on Bitrise, it says the following warning: "Authenticating with `--token` is deprecated and will be removed in a future major version of `firebase-tools`. Instead, use...

Hi! I have a strange problem. The step sometimes does not see the firebase_token. I added it the secrets. ![Képernyőfotó 2024-05-07 - 13 03 12](https://github.com/guness/bitrise-step-firebase-app-distribution/assets/123839077/d9231e76-c4b0-466e-a0fb-ae5322ee3252) ![Képernyőfotó 2024-05-07 - 13 03...

Hi, I'm getting a strange error when using this step. I'm only referencing a credentials file, but in the log I can see "**Both authentication methods are defined**" and the...

to protect against Error: Failed to authenticate, have you run firebase login?

To workaround: Error: Failed to authenticate, have you run firebase login? based on modified implementation of @Sebulec