firebase / firebase/firebase-admin-python

AppStoreId property missing

Open
#619 2 comments 0 reactions 0 assignees View on GitHub
help wanted type: feature request
Dominant language
Python
Stars
1.2k
Forks
359
Avg merge
5d 6m
Merged PRs (30d)
2

Description

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.

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.