Closed lyndsey-ferguson closed 5 years ago
https://github.com/AckeeCZ/fastlane-plugin-firebase_management/pull/3
Hopefully this can be merged soon. Until then I'm going to have gem read from https://github.com/tmaly1980/fastlane-plugin-firebase_management/tree/patch-1
Resolved in #3. Thanks you guys 👍
Please release version 1.0.2 with the fix. Thanks!
Please release version 1.0.2 with the fix. Thanks!
✅
The way that the
ios_app_list
andandroid_app_list
work cannot return the entire list of apps because the API can return a subset of the apps.To fix this, the
nextPageToken
should be reviewed and the API should be called again with that token.