Skip to content

[FR] ProjectManagement ios/android apps pagination #686

Open
@wilk

Description

@wilk

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions