firebase / firebase/firebase-admin-python

AppStoreId property missing

未關閉
#619 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
help wanted type: feature request
主要語言
Python
星號
1.2k
分支
359
平均合併
5 天 6 分鐘
30 天內合併 PR
2

描述

Env:

* Operating System version: macOS Big Sur
* Firebase SDK version: 5.2.0
* Firebase Product: project_management
* Python version: 3.10
* Pip version: 21.1.2

Problem:

How can I create an iOS app with appStoreId using Project Management API ?

Firebase documentation (https://firebase.google.com/docs/projects/api/reference/rest/v1beta1/projects.iosApps#IosApp) contains definition of the iOSApp
`{
"name": string,
"appId": string,
"displayName": string,
"projectId": string,
"bundleId": string,
"appStoreId": string
}`
and states that creation request accepts instance of an iOSApp.

However method provided in the firebase_admin.project_management implementation provides ability to pass only bundle_id and display_name.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。