Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

AppStoreId property missing

Open
#619 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
48/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
api

Research direction

Start in the firebase_admin.project_management implementation, where iOS app creation currently accepts bundle_id and display_name. Trace the creation request and its tests, then add support for appStoreId and verify that the generated request includes it.

Written by the indexing model from the issue text.

Description

help wanted type: feature request

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.

Dominant language
Python
Stars
1.2k
Forks
359
Avg merge
3d 9h
Merged PRs (30d)
3

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from firebase/firebase-admin-python

All issues in firebase/firebase-admin-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.