Skip to content

Init#18

Merged
stozo04 merged 1 commit into
mainfrom
feature/build-plan
May 28, 2026
Merged

Init#18
stozo04 merged 1 commit into
mainfrom
feature/build-plan

Conversation

@stozo04

@stozo04 stozo04 commented May 28, 2026

Copy link
Copy Markdown
Owner

Description

Please include a summary of the change, the motivation behind it, and what problem it solves. Include relevant context and list any dependencies that are required for this change.

Related Issue

Fixes # (issue number, if applicable)

Type of Change

  • Feature: A new feature (non-breaking change which adds functionality)
  • 🐛 Bug Fix: A bug fix (non-breaking change which fixes an issue)
  • 🎨 Design/Style: Visual changes, layouts, animations, or asset integrations
  • ⚙️ Refactor: Code changes that neither fix a bug nor add a feature
  • 📝 Documentation: Changes or additions to documentation/guides
  • 🔧 Chore: Build configuration changes, dependency updates, or toolchain adjustments

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

  • Manual Verification: (e.g., tested on Pixel 7 API 34, verified permission flow)
  • Automated Tests: (e.g., ran Gradle compile tasks)

Checklist

  • 🧪 My changes have been verified locally and work as expected.
  • 🔍 I have performed a self-review of my own code.
  • ✍️ I have commented my code, particularly in hard-to-understand areas.
  • 📖 My changes generate no new compile warnings or errors.
  • 🧹 The git branch is clean and references to obsolete branches have been pruned.

@stozo04 stozo04 merged commit 0702a89 into main May 28, 2026
@stozo04 stozo04 deleted the feature/build-plan branch May 28, 2026 20:39
stozo04 added a commit that referenced this pull request Jun 23, 2026
… config

`firebase mcp` does not accept `--project` — passing it makes the server process
crash on startup with `ERR_PARSE_ARGS_UNKNOWN_OPTION: Unknown option '--project'`.
The MCP client then reports the server as `status: "pending"` forever (confirmed
in run #18's SDK init), so the crashlytics_* tools never load. Verified locally:
the exact command from the config throws this error.

The project resolves from the tracked `.firebaserc` (default openloop-8c266) via
`--dir .`, so `--project` was never needed.
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.

1 participant