AckeeCZ / fastlane-plugin-firebase_management

Unoffical tool to access firebase project settings
MIT License
14 stars 10 forks source link

<platform>_app_list cannot return entire list of apps #2

Closed lyndsey-ferguson closed 5 years ago

lyndsey-ferguson commented 5 years ago

The way that the ios_app_list and android_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.

tmaly1980 commented 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

janmisar commented 5 years ago

Resolved in #3. Thanks you guys 👍

carlosefonseca commented 5 years ago

Please release version 1.0.2 with the fix. Thanks!

janmisar commented 5 years ago

Please release version 1.0.2 with the fix. Thanks!