firebase / firebase/firebase-admin-node

[FR] ProjectManagement ios/android apps pagination

Open
#686 3 comments 0 reactions 0 assignees View on GitHub
api: core help wanted type: feature request
Dominant language
TypeScript
Stars
1.7k
Forks
419
Avg merge
3d 10h
Merged PRs (30d)
16

Description

**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**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.