2055 results found
-
Enable to recover my projects
Restore option want
1 vote -
Only available next.js only flutter and native app making butter future for all users
Improve native app making via Gemini chat
1 vote -
1 vote
-
Turning Prompts into Roadmaps
The coding agent should evolve beyond plain prompting into a system that supports custom workflows and product-level control—classifying, expanding, and tracking user input as structured items in a persistent product roadmap. By adopting agents.md-style logic or lightweight LangChain workflows, the agent can break down tasks, store context, and enable multi-turn development with retry and feedback tracking. Paired with a Trello-like UI, this transforms the agent from a stateless chatbot into a collaborative, process-aware coding partner that supports continuous, goal-driven software creation.
1 vote -
1 vote
-
Allow direct "Zip and Download" for the project root directory
Currently, the "Zip and Download" function is only available for subdirectories and individual files, but not for the root project directory. So it is hard to download the whole project to a single zip file.
1 vote -
3 votes
-
allow secrets on scheduled functions
It's not clear in the documentation nor by implementation that secrets work with scheduled cloud functions. This seems to me like a major missing feature in security and consistency with the v2 cloud functions. Is the only solution using the cloud config for api keys/secrets? Something like:
exports.someScheduledFunction = onSchedule(
{
schedule: "every 60 minutes",
timeoutSeconds: 100,
secrets: [someToken.name],
},
async () => {
logInfo("Running every 60 min");...
}
);6 votes -
Suggestion: Add Extra Confirmation or Lock for Studio Project Deletion
I’d like to suggest adding a safety mechanism for project deletion on the Firebase studio. Right now, the delete button is very accessible, and once a project is deleted, it’s gone forever—there’s no recovery option.
Hey Firebase team,
I’ve been using Firebase Studio lately and I love the experience overall. However, I wanted to share a concern about the project deletion button.
Right now, the delete button is too easily accessible, and once you click it, the project is permanently deleted with no recovery. For many of us, especially those working solo or on experimental features, that project might be…
1 vote -
it will be better if the read only mode file view from prototype to be editable.
it will be better if the read only mode file view from prototype to be editable.
1 vote -
Auto-Configurable Feature Builder for Firebase/Gemini Studio
Core Problem
Right now, even with tools like Firebase Studio or Gemini Studio’s new AI-driven app generation, you still have to:
• Manually configure core features like authentication (email, Google, phone, etc.), payments, and billing.
• Navigate separate dashboards, enable/disable providers, copy keys, deploy, and wire up security.
• There’s no “preview mode” where you can test/skip auth/payment flows during development, nor an easy toggle to include/exclude these features on the fly.Proposed Solution
Auto-Configurable Feature Builder:
A single unified interface in Firebase Studio/Gemini Studio that lets you:
1. Describe the feature in plain language (e.g., “Add signup with Google…2 votes -
In Editor Apply Selection
Like Cursor Gemini can show us edits in editor and we can click yes or no in every piece of code too apply or cancel them instead of bulk applying changes.
This is extremely important.
2 votes -
Firebase Studio feature: Indicate which parts will be mocked up when providing the app blueprint
The app blueprint show features and a style guideline but it is not clear which parts will be real when the app is developed.
1 vote -
One-Click Firebase Service Integrations Description: Add Firebase services
One-Click Firebase Service Integrations
Description:
Add Firebase services (like Auth, Firestore, Storage, Functions, Messaging) to your project with guided wizards that auto-generate minimal working code and connect to your Studio workflows.Why It Matters:
Reduces setup friction
Ensures best practices by default
Great for beginners and prototyping
1 vote -
Link Firebase Studio with Cloud Workstation on GCP
Current default FB Studio web UI is very slow both in code and prototype view. The issue the default VM is lower spec (because it is free). Many customers are willing to pay for higher speed. So either up the specs for paid plans or allow to link with existing Cloud Workstation in GCP which supports many IDEs except Firebase Studio. This will allow users to up the specs on VM/workstation without needing local dev.
2 votes -
343 votes
-
1 vote
-
Enhanced AI Debugging and Self-Correction:
Suggestion: Significantly improve the AI's ability to interpret and act on explicit error messages and detailed debugging instructions.
Reasoning: If a human can be told "function X is undefined in line Y of file Z, and here's how to fix it," the AI should be able to process this and apply the fix. Its failure to do so, even with precise input, indicates a major weakness in its current debugging capabilities.
Specific Features:
Error Message Parsing: Deeper understanding and immediate action on common error types (e.g., "undefined function/variable," "syntax errors").
Contextual Debugging: When an error occurs, the AI should automatically…
1 vote -
Code view from the home page/listing page
Need to be able to drop into the code view directly. To recover from fatal errors.
Also a way to access and rollback to previous versions, without accessing the studio.
1 vote -
Built in versioning.
We should be able to have a mini-git within the project or at account level.
I have had a couple of instances where the project went awry and there was no way to even load the space. let alone rollback.
1 vote
- Don't see your idea?