Questions tagged [firebase-app-distribution]

Firebase App Distribution makes distributing your apps to trusted testers painless.

Firebase App Distribution helps get your apps onto testing devices quickly, you can get feedback early and often. If you use Crashlytics in your apps, you’ll automatically get stability metrics for all your builds, so you know when you’re ready to ship.

Currently Firebase App Distribution is a beta release. This means that the functionality might change in backward-incompatible ways. A beta release is not subject to any SLA or deprecation policy and may receive limited or no support.

Firebase App Distribution can be used with both iOS and Android. There are different ways to distribute your apps:

IOS:

Distribute IOS apps with console

Distribute IOS apps with cli

Distribute IOS apps with fastlane

Android:

Distribute Android apps with console

Dsitribute Android apps with cli

Distribute Android apps with fastlane

Distribute Android apps with gradle

158 questions
0
votes
1 answer

Firebase App Distribution with apk splits unable to find apk

I'm trying to bend firebase app distribution to work with apk splits. I almost have it, however my issue is this Could not find the APK. Make sure you build first by running ./gradlew assemble[Variant], or set the apkPath parameter to point to your…
urSus
  • 12,492
  • 12
  • 69
  • 89
0
votes
1 answer

How can I provide an assistant the rights to manage my Firebase Distribution Testers list?

I want to enable someone to manage testers and groups. What are the steps to provide the minimum level of permissions to enable this?
0
votes
2 answers

Firebase App Distribution for Android from gradle with groups totalling more than 200 users

I just migrated my Android app from Fabric Beta to Firebase App Distribution. My Fabric group android had 395 people in it, and Firebase only allows a maximum of 200 people in a group, so I split my Firebase groups into android-1 and android-2. Here…
Heath Borders
  • 30,998
  • 16
  • 147
  • 256
0
votes
1 answer

Firebase distribution CLI command not working with jenkins

I am using below firebase cli command to upload iOS app to firebase through Jenkins but it is saying firebase command not found. But if I am using the same command through Mac terminal, it's working successfully. So can you please let me know do I…
0
votes
1 answer

Firebase app distribution with gradle while having multiple flavorDimensions

In the app, there is 2 flavorDimensions and for each pair there is seperate firebase project. Is there any way to set up firebaseAppDistribution for each one of them?
pepela
  • 423
  • 5
  • 17
0
votes
1 answer

failed to upload distribution using fastlane

I am using Fastlane to build Android builds. With Fastlane, I am using firebase_app_distribution plugin to distribute the .apk to testers. We have implemented an ACL on outbound so only whitelisted IP Addresses are allowed. I got the error message…
0
votes
1 answer

Firebase function to check App Distribution is deployed

I'm trying to write a Firebase cloud function that get's triggered when you deploy an apk to App Distribution. Is there any way to accomplish this.
-1
votes
1 answer

I want to distribute two same versions of iOS in app distribution

To create a development environment Staging environment, I want to distribute the same version with different environment variables. ( I am using the same bundle without dividing it. ) For Android, I could deploy the same version, but for iOS, the…
1 2 3
10
11