> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/deploy/appstore/3.-firebase-ios.md).

# 3. Firebase iOS 앱 등록

## Firebase 프로젝트

* Firebase 프로젝트는 앱 하나에, **하나만** 생성하면 돼요.
* Google Play에 앱 출시하기 과정에서 Firebase 프로젝트를 생성했다면 아래의 "Firebase iOS 앱 등록" 과정을 바로 진행해 주세요.&#x20;
* Firebase 프로젝트를 생성하지 않았을 경우, [**Firebase 프로젝트 생성**](/main/guide/deploy/googleplay/creatingafirebaseproject.md)을 완료 후 진행해 주세요.

## Firebase iOS 앱 등록

* <https://firebase.google.com/?hl=ko>로 이동해 주세요.
* [**Firebase 프로젝트 생성**](/main/guide/deploy/googleplay/creatingafirebaseproject.md)에서 만들었던 프로젝트를 클릭해 주세요.

<div align="center"><figure><img src="/files/ojO2zEDERbvRhEafJdCa" alt=""><figcaption></figcaption></figure></div>

* 좌측 상단 톱니 바퀴를 클릭하고 프로젝트 설정을 선택해 주세요.

<div align="center"><figure><img src="/files/UnfZgKkk4rE11QyKCo3z" alt=""><figcaption></figcaption></figure></div>

* 프로젝트 설정 ➡︎ 일반 ➡︎ 내 앱 섹션에서 앱 추가를 클릭 후 iOS를 선택해 주세요.

  * 안드로이드 앱을 만들지 않았으면 내 앱 섹션에 "프로젝트에 앱이 없습니다." 라는 문구가 표시돼요. 문구 우측에 보이는 iOS+ 버튼을 클릭해 주세요.

  <div align="center"><figure><img src="/files/TlFzIlnmlojX0ELWXqU1" alt=""><figcaption></figcaption></figure></div>
* Apple 번들 ID에 [**관리자 웹 환경설정**](/main/guide/deploy/appstore/2.md)에서 작성한 번들 아이디를 입력해 주세요.
* 닉네임을 입력하고 등록을 클릭해 주세요.
* App Store ID는 앱스토어에 출시된 이후에 등록하면 돼요.

<figure><img src="/files/gUCyapFd9Lm9UIui9Mj2" alt=""><figcaption></figcaption></figure>

* 구성 파일 다운로드에서 GoogleService-Info.plist 파일을 다운로드해 주세요.

{% hint style="info" %}
매우 중요한 파일이에요. 파일 이름을 변경하지 마세요.
{% endhint %}

<figure><img src="/files/FEMyuLS3YSntB6rEyyw8" alt=""><figcaption></figcaption></figure>

* Firebase SDK 추가, 초시화 코드 추가 단계는 모두 다음을 클릭하고 마지막 단계에서 콘솔로 이동을 클릭해 주세요. (오마이앱이 나머지를 자동으로 처리해요.)

<figure><img src="/files/lcTRToFtTIXiWwqZqOE2" alt=""><figcaption></figcaption></figure>

* 다음과 같이 내 앱에 ios 앱이 추가되어 있으면 앱 추가가 완료된 거예요.

<figure><img src="/files/XrN421qJCisQ6k2uEkM9" alt=""><figcaption></figcaption></figure>

> \#번들 아이디, #GoogleService-Info.plist, #Firebase iOS 앱 등록하기, #Firebase 설정, #Firebase 프로젝트 만들기

2023 11 22 Nana
