0

I found an error when i setup firebase App disrtibution Gradle plugin. (i add the token in the variable of gitlab and my OS)

The project environment is setup with gitlab CI/CD.

In this scenarios, we will encounter the Missing App id issue

build stage: ./gradlew assembleDebug

firebase stage: ./gradlew appDistributionUploadDebug

In the following scenarios, we will NOT experience the Missing App id issue. Noticed that assembleDebug is called again in firebase stage.

build stage: ./gradlew assembleDebug

firebase stage: ./gradlew assembleDebug appDistributionUploadDebug

enter image description here

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Ibti Ssem
  • 17
  • 4

1 Answers1

0

Happening the same issue via https://github.com/Triple-T/gradle-play-publisher. I thinks this is some firebase issue only if same is happening with multiple libs

ghada
  • 16
  • 1