2138 results found
-
failing to get the extensions in vs code
failing to get the extensions in vs code
2 votes -
Public HTTP frontend and backend previews
Its very hard to give access to one person at a time to look at a frontend project, so instead of doing all that, why not add a "make app public" option? so that other people can access it and I can easily preview my next js apps with a simple command: 'npm run dev' and then share the localhost link to others to show them previews
69 votesWe are actively working on this right now. Expect an update from us shortly on how you can try out this capability.
-
1 vote
-
Persistent AI Behaviour Profiles
Persistent AI Behavior Profiles
Let users create and save custom behavior profiles for AI agents so they always respond in the preferred style without repeated instructions.
Example: "Act like a human developer, write consistent TypeScript code with clear comments" applied automatically to every session.
Profiles could include tone, coding style, content structure, and formatting rules.
Result: Consistent, personalized output every time, less repetitive setup, more efficient workflow.1 vote -
Option to delete associated Firebase project when deleting Firebase Studio project
I frequently find myself just creating little projects for inspiration which often require a Firebase Project to be created. This is fine, but then when I delete the projects on Firebase Studio I also have to go to Firebase and manually delete that project as well. It's not a big deal but over time it can be a chore to clean all of these up if I don't remember to do it when deleting Firebase Studio project.
This should absolutely only be a option opt-in option when deleting a project.
1 vote -
Setup firestore more easily
After making the project and release it. it can only create a static web.
For making the web more dynamic, I need to setup firestore and other things as well.
I am not so knowledgeable on web hosting, so it will be much nicer, if I can setup more easier with like multiple choices or asking easy question and AI will recommend the best setting.2 votes -
Speed up Firestore Index Creation
I absolutely love the fact how firebase handles non-existing indexes with a link to the creation of an index.
I also understand, that building the index, even for an empty database takes a couple of minutes, but maybe there is something you can do to speed up the process.7 votes -
1 vote
-
1 vote
-
Add ability to auto generate commit messages
Add ability to auto generate commit messages in source control sidebar tab, just like vscode
1 vote -
1 vote
-
REESTART
gostaria de poder reiniciar a IA do meu firebase studio, pois ela acabou se apegando uma ideia que eu me arrependi, e ela continua insistindo hora ou outra nessa ideia.
1 vote -
re-create firebase studio for something meaningful like NotebookLM
re-create firebase studio for something meaningful like NotebookLM....the fire base studio should have 3 platforms 1 img to app gen 2 cloning of a app/web based on the Reference NAME (simply just store a description of all the apps n then reroute to the users REFERRENCE APP NAME ) 3 Creating new app (This can be a imp KEY ....idk yet how to suggest the best solution)...next based on the type of selection of option 1/2/3....a AI manager should come into play n jsut send the input from 1/2/3 to a group of AI ...the input of 1/2/3/ should be…
1 vote -
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 -
Features to improve and speed-up analyzing of data.
Hi Firebase Performance Monitoring team,
Thanks for the great work! I’d like to suggest a few improvements that could significantly enhance usability:
Percentile visualization: Consider adding an alternative chart type like a ribbon area chart or box plot to show all percentiles (e.g., 50th, 75th, 90th, 95th) simultaneously. This would make it much easier to interpret performance trends at a glance without toggling between individual percentile lines. It could be available as an optional view in the percentile dropdown menu.
Dashboard filters for trace metrics: It would be really helpful to allow saving trace metrics with specific filters (custom or…
2 votes -
Prototyper Commits Names
Improve the commit names, make them more releavant not just a copy paste from the user prompt.
1 vote -
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini
2 votes -
Settings Sync between workspaces
Technically a follow up to Persist Environment Settings Across Sessions, but it's a PITA to reconfigure user settings and manually install extensions on every workspace, so generally speaking I badly need Settings Sync (not the third-party extension one for context) for Firebase Studio.
3 votes -
supports renaming tester groups for App Distribution
It seems impossible to rename tester groups in App Distribution while it seems useful to have some options to organize the groups based on progressive insight.
13 votes -
A template for capacitorjs android app
A template for capacitorjs android app
I do make apps using capacitorjs which bundle the html,css,js (or any frontend framework code) to the assets of android app and use the android webview to show the UI.
required:-
Android toolkit
vscode (prefered)
android studio (optional)
nodejs/bunjs runtime15 votes
- Don't see your idea?