AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Flutter Xcodegen Ios Firebase

skill-eaglesakura-agent-skills-flutter-xcodegen-ios-firebase · by eaglesakura

>-

No reviews yet
0 installs
30 views
0.0% view→install

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.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-eaglesakura-agent-skills-flutter-xcodegen-ios-firebase)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Flutter Xcodegen Ios Firebase? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 の対応が指示に無い場合は、配置パスだけ用意し、実ファイルはユーザー提供を待つ(推測で中身を捏造しない)。

作業手順

  1. [references/google-service-info.md](./references/google-service-info.md) を読む
  2. [assets/xcodegen/scripts/preBuildInstallGoogleServiceInfoPlist.sh](./assets/xcodegen/scripts/preBuildInstallGoogleServiceInfoPlist.sh) を ios/xcodegen/scripts/ へコピーし実行権限を付ける
  3. 各 Configuration ディレクトリに GoogleService-Info.plist を置く

例: Configurations/Debug-development/GoogleService-Info.plist

  1. [assets/project.yml.firebase-fragment.yml](./assets/project.yml.firebase-fragment.yml) に従い project.yml を更新する
  • packagesfirebase-ios-sdkgoogleappmeasurement
  • バージョンは確認して埋める(推測しない)
  • preBuildScripts に Install GoogleService-Info を追加
  • CoreGraphics.framework 依存は残す(SPM 解決失敗対策)
  1. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.