firebase / firebase/firebase-admin-node

[FR] ProjectManagement ios/android apps pagination

Offen
#686 3 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
api: core help wanted type: feature request
Vorherrschende Sprache
TypeScript
Sterne
1.7k
Forks
419
Ø Merge
3 T. 10 Std.
Gemergte PRs (30 T.)
16

Beschreibung

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

Beitragsleitfaden

Beitragsleitfaden öffnen

Rechercherichtung

Start by locating the projectManagement.listPlatformApps entry point and compare its current behavior with the linked Android and iOS REST API list methods. Check how the SDK represents list results and pagination elsewhere, then define done as allowing callers to retrieve subsequent pages rather than only the first 100 apps, with tests covering pagination.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
node.js, typescript
Bereich
api
Issue-Typ
Feature
Schwierigkeit
3/5
Geschätzter Aufwand
1-2 Tage
Aktivitätsstatus
Veraltet
Klarheit
Größtenteils klar
Anfängerfreundlichkeit
35/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.