Operating System
macOS
Environment (if applicable)
Node v22.11.0
Firebase SDK Version
12.5.0
Firebase SDK Product(s)
Database
Project Tooling
PNPM 10.20.0, Vite/Rollup
Detailed Problem Description
Rollup has issues resolving @firebase/app when bundling @firebase/database because @firebase/app is currently declared as a dev dependency and so it is not installed by PNPM in an isolated install with no hoisting
Steps and code to reproduce issue
N/A