Vinicius Coelho

Results 1 issues of Vinicius Coelho

### Issue Description `firebase_app_distribution_get_latest_release` implements `list_project_app_releases` from Google API's `FirebaseappdistributionV1`, passing page size 1, as shown on the snippet below: https://github.com/firebase/fastlane-plugin-firebase_app_distribution/blob/bdc1358767af1063962a56e04e09a7b4c4c1eafd/lib/fastlane/plugin/firebase_app_distribution/actions/firebase_app_distribution_get_latest_release.rb#L17-L34 This by default returns the latest release by `createTime`....

enhancement