Skip to content

[#760] App Store 후보 빌드의 Firebase 연결 설정을 (default)와 공통 api로 전환한다#761

Merged
opficdev merged 4 commits into
developfrom
chore/#760
Jul 23, 2026
Merged

[#760] App Store 후보 빌드의 Firebase 연결 설정을 (default)와 공통 api로 전환한다#761
opficdev merged 4 commits into
developfrom
chore/#760

Conversation

@opficdev

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

  • App Store 후보 빌드가 Firestore (default) 데이터베이스와 공통 Functions API 경로를 사용하도록 Release 설정과 Fastlane 검증 기준 정렬
  • Store 빌드 검증에 필요한 URL과 Firebase 식별자 원문을 공개 Fastfile에서 제거하고 비공개 설정으로 소유권 이동

📝 작업 내용

📌 요약

  • Application/App/Project.swift의 Release FIRESTORE_DATABASE_IDprod에서 (default)로 변경
  • fastlane/Fastfile의 Store별 FUNCTION_API_BASE_URL과 Firebase 기대 식별자를 Config.xcconfig에서 조회하도록 변경
  • Store Functions URL에 HTTPS, /api/api, 쿼리·프래그먼트 미포함 정책 검증 추가
  • IPA 검증 실패 로그에서 FUNCTION_API_BASE_URL, PROJECT_ID, GOOGLE_APP_ID 원문 제거

🔍 상세

  • StagingRelease 구성별 비공개 기대값을 빌드 전 검증과 IPA 내부 Info.plist, GoogleService-Info.plist 검증에 재사용
  • App Store 후보 IPA의 APP_ENVIRONMENT, bundle ID, Firestore ID, Functions URL, Crashlytics 설정, Firebase 식별자 일치 여부 검증 유지·강화
  • 비공개 설정 저장소의 환경별 기대 식별자 추가 커밋 54b08a4 연동
  • TestFlight 실행 29981091316에서 빌드, Crashlytics dSYM 업로드, TestFlight 업로드 성공 확인
  • App Store 후보 IPA 생성과 App Store 업로드는 미실행

📸 영상 / 이미지 (Optional)

  • 해당 없음

@opficdev opficdev self-assigned this Jul 23, 2026
@opficdev

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 31686c44bd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Application/App/Project.swift
@opficdev
opficdev merged commit 8a8e702 into develop Jul 23, 2026
7 checks passed
@opficdev
opficdev deleted the chore/#760 branch July 23, 2026 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

App Store 후보 빌드의 Firebase 연결 설정을 (default)와 공통 api로 전환한다

1 participant