fastlane-plugin-firebase_app_distribution
fastlane-plugin-firebase_app_distribution copied to clipboard
fastlane plugin for Firebase App Distribution. https://firebase.google.com/docs/app-distribution
Results
2
fastlane-plugin-firebase_app_distribution issues
Sort by
recently updated
recently updated
newest added
### 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