SUMMARY
Firebase Studio (Platform) uses text configuration while OpenCode (CLI) uses markdown. They differ on 6 of 11 compared features. Both tools provide AI-assisted development but take different approaches to project configuration.
FEATURE COMPARISON
| Feature | Firebase Studio | OpenCode |
|---|---|---|
| Config format | text | markdown |
| Hierarchy support | ✗ | ✓ |
| Global config | ✗ | ✓ |
| Project config | ✓ | ✓ |
| Subdirectory scoping | ✗ | ✓ |
| File inclusion / imports | ✗ | ✗ |
| Ignore file | ✗ | ✗ |
| IDE integration | Platform | CLI |
| Schema / structure | unknown | Free-form (Markdown) |
| Git committed | ✓ | ✓ |
| Encoding | UTF-8 | UTF-8 |
FILE MAPPING
| Purpose | Firebase Studio | OpenCode |
|---|---|---|
| Settings / configuration | .idx/dev.nix | opencode.json |
KEY DIFFERENCES
Firebase Studio: text. OpenCode: markdown.
Firebase Studio: Not supported. OpenCode: Supported.
Firebase Studio: Not supported. OpenCode: Supported.
Firebase Studio: Not supported. OpenCode: Supported.
Firebase Studio: Platform. OpenCode: CLI.
Firebase Studio: unknown. OpenCode: Free-form (Markdown).
WHICH SHOULD I USE?
Choose based on your IDE/CLI preference. If you use Firebase Studio, configure .idx/dev.nix. If you use OpenCode, configure AGENTS.md. Many projects include config files for multiple tools so each team member can use their preferred editor.
PORTABILITY TIP
# Maintain a single source of truth:
cp AI-INSTRUCTIONS.md CLAUDE.md
cp AI-INSTRUCTIONS.md .cursorrules
cp AI-INSTRUCTIONS.md AGENTS.md