firebase / firebase/firebase-admin-node
[FR] ProjectManagement ios/android apps pagination
- Ngôn ngữ chính
- TypeScript
- Star
- 1.7k
- Fork
- 419
- Merge trung bình
- 3 ngày 10 giờ
- Pull request đã merge (30 ngày)
- 16
Mô tả
**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**
Hướng dẫn đóng góp
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- node.js, typescript
- Lĩnh vực
- api
- Loại issue
- Tính năng
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100