Hi Firebase Team,
I’m building Laboramus AI, an AI-powered job application assistant on Project Firebase, and I’m consistently running into the 8GB memory ceiling. I’d like to request a
workspace upgrade to 16GB RAM.
Project Overview
Tech Stack:
- Firebase Cloud Functions (Node.js 20, TypeScript)
- React 18 + TypeScript with Mantine UI
- Google Vertex AI (Gemini 2.5 Flash)
- Multi-environment architecture (development/test/production)
Scale:
- ~1,300 total npm dependencies across frontend/backend
- 6-stage AI prompt pipeline with Firestore caching
- Cloud Run scraper service integration
- Automated build/deploy scripts with comprehensive validation
Specific Memory Bottlenecks
The 8GB limit causes critical issues during:
- Clean Builds:
npm installin bothmy-app/andfunctions/directories simultaneously causes OOM errors - TypeScript Compilation: Concurrent
tscbuilds for frontend + backend consume 6-7GB alone - React Production Builds: Webpack optimization regularly exceeds available memory
- Firebase Emulator Suite: Running emulators (Functions, Firestore, Storage) alongside dev server requires 5-6GB
- Development Workflow: Cannot run
firebase emulators:start+npm start+ IDE simultaneously
Why This Matters
This is not a hobby project—it’s a production SaaS application with:
- Multi-tenant architecture with user isolation
- Production deployment to
laboramus-ai-prod(europe-west8) - Active development with test/staging environments
- Enterprise-grade security rules and admin features
I specifically chose Project Firebase for its native Firebase/Google Cloud integration, built-in authentication with Firebase, and seamless Vertex AI development. The
platform is excellent, but the memory constraint has become the primary blocker to productive development.
Current Workarounds (Not Sustainable)
Sequential builds instead of parallel (3x slower)
Frequent rm -rf node_modulescleanup cycles
Cannot test full stack locally with emulators
Splitting terminal sessions across multiple workspace restarts
Request
Could you please upgrade my workspace to 16GB RAM? This would enable:
Parallel frontend/backend builds
Full Firebase emulator suite during development
Smooth TypeScript watch mode
Production-grade testing before deployment
I’m happy to provide repository access, architecture diagrams, or any additional context you need.
Thank you for considering this request—Project Firebase has been fantastic otherwise, and I’d love to continue building on this platform!
Best regards,
Tomi