Is there a command to get latest build number from Firebase App Distribution just like TestFlight latest_testflight_build_number?
Asked Answered
K

1

35

latest_testflight_build_number allows easy build number bump

example

increment_build_number({
  build_number: latest_testflight_build_number + 1
})

Is there something similar for Firebase App Distribution? For example, I've uploaded a build v1.0.0(130) While pushing a new build to Firebase App Distribution, I want to have build number as v1.0.0(131)

Koger answered 3/4, 2020 at 7:1 Comment(2)
Is there any updates about this question? I also would like to have latest Firebase distribution build number.Digit
+1, It would be great to have this command. @Digit you can watch for issue on Github github.com/fastlane/fastlane-plugin-firebase_app_distribution/…Bigley
A
2

As Alexander pointed out, it seems that a new action has been created firebase_app_distribution_get_latest_release that does the trick.

Reference at this Github issue.

Anthologize answered 29/12, 2021 at 23:21 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.