SUMMARY
Firebase Studio (Platform) uses text configuration while Gemini Code Assist (IDE) uses markdown. They differ on 5 of 11 compared features. Both tools provide AI-assisted development but take different approaches to project configuration.
FEATURE COMPARISON
| Feature | Firebase Studio | Gemini Code Assist |
|---|---|---|
| Config format | text | markdown |
| Hierarchy support | ✗ | ✓ |
| Global config | ✗ | ✗ |
| Project config | ✓ | ✓ |
| Subdirectory scoping | ✗ | ✓ |
| File inclusion / imports | ✗ | ✗ |
| Ignore file | ✗ | ✗ |
| IDE integration | Platform | ✓ |
| Schema / structure | unknown | Free-form (Markdown) |
| Git committed | ✓ | ✓ |
| Encoding | UTF-8 | UTF-8 |
KEY DIFFERENCES
Firebase Studio: text. Gemini Code Assist: markdown.
Firebase Studio: Not supported. Gemini Code Assist: Supported.
Firebase Studio: Not supported. Gemini Code Assist: Supported.
Firebase Studio: Platform. Gemini Code Assist: Supported.
Firebase Studio: unknown. Gemini Code Assist: 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 Gemini Code Assist, configure GEMINI.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