firebase-admin-node icon indicating copy to clipboard operation
firebase-admin-node copied to clipboard

[FR] ProjectManagement ios/android apps pagination

Open wilk opened this issue 6 years ago • 3 comments

Is your feature request related to a problem? Please describe. The firebase-admin-node SDK has the projectManagement.listPlatformApps that returns the first 100 apps and there's no way to use the pagination provided by the REST APIs (https://firebase.google.com/docs/projects/api/reference/rest/v1beta1/projects.androidApps/list and https://firebase.google.com/docs/projects/api/reference/rest/v1beta1/projects.iosApps/list).

Describe the solution you'd like I'd like to have pagination on projectManagement.listPlatformApps like the REST APIs do.

Describe alternatives you've considered Using the REST APIs with a simple HTTP client.

Additional context

wilk avatar Oct 24 '19 13:10 wilk

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

google-oss-bot avatar Oct 24 '19 13:10 google-oss-bot

Thanks for the feature request, Vincenzo. I agree this would be a good idea for us to implement in the future (and of course, we also accept pull requests if someone in the community wants to work on this).

nbegley avatar Oct 24 '19 20:10 nbegley

@hiranya911 I'm happy to work on it, but I'm wondering how I should define the return type. If I change the current return type of listPlatformApps, it will be a breaking change. Should I define a new method for it?

renamoo avatar Jun 09 '21 11:06 renamoo