Install
$ agentstack add skill-eaglesakura-agent-skills-flutter-xcodegen-ios-firebase ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Flutter iOS / XcodeGen + Firebase
flutter-xcodegen-ios で整えた ios/ に、Firebase iOS SDK(SPM)と Configuration 別 GoogleService-Info.plist を載せる。
前提
flutter-xcodegen-ios済み(project.yml/Configurations//xcodegen/がある)- 各 Xcode Configuration 名に対応する Firebase アプリの
GoogleService-Info.plistをユーザーが用意できること
plist の中身や Firebase project の対応が指示に無い場合は、配置パスだけ用意し、実ファイルはユーザー提供を待つ(推測で中身を捏造しない)。
作業手順
- [references/google-service-info.md](./references/google-service-info.md) を読む
- [assets/xcodegen/scripts/preBuildInstallGoogleServiceInfoPlist.sh](./assets/xcodegen/scripts/preBuildInstallGoogleServiceInfoPlist.sh) を
ios/xcodegen/scripts/へコピーし実行権限を付ける - 各 Configuration ディレクトリに
GoogleService-Info.plistを置く
例: Configurations/Debug-development/GoogleService-Info.plist
- [assets/project.yml.firebase-fragment.yml](./assets/project.yml.firebase-fragment.yml) に従い
project.ymlを更新する
packagesにfirebase-ios-sdkとgoogleappmeasurement- バージョンは確認して埋める(推測しない)
preBuildScriptsに Install GoogleService-Info を追加CoreGraphics.framework依存は残す(SPM 解決失敗対策)
xcodegenを再実行する
単一 plist の場合
Configuration が複数でも Firebase プロジェクトが1つなら、同じ plist を各 Configurations// にコピーしてよい。スクリプトは常に ${CONFIGURATION} 配下を見る。
関連
- 土台:
flutter-xcodegen-ios - Crashlytics:
flutter-xcodegen-ios-firebase-crashlytics - Google Sign-In:
flutter-xcodegen-ios-google-sign-in
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: eaglesakura
- Source: eaglesakura/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.