2022 results found
-
saya tidak bisa membuat projek saya dengan akun ini
saya tidak bisa membuat projek saya dengan akun ini
1 vote -
Change owner of the project
I wish it can change the project to company's own project/website/platform.
So I don't have to use my credit card and reimburse from the company later when I publish it.
If I leave the company it means that I cannot transfer the ownership to anyone to keep the project on going.1 vote -
2 votes
-
Allow to change the connected git repository from the console
For a variety of reasons there are cases where the name of the repository (or organization, so the name too) changes, or we need to change the connected repository. Currently, this will require to create a new backend to configure it all over again.
2 votes -
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
-
289 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
- Don't see your idea?