2041 results found
-
Support git "blobless" partial clone and/or use it by default
git partial clone (this is not shallow or sparse clone!) allows git to defer downloading some content until required. This makes the clone much faster for a large/old project, and is mostly seamless for an always-online environment like Firebase Studio.
In my large corporate monorepo,
git clone --filter blob:none
is basically a necessity. It directly impacts the Firebase Studio startup time (~2 minutes instead of 20+ minutes), and improves responsiveness of later git operations. It could/should also be the default for everyone using Firebase Studio.I need support within Firebase Studio, since this really needs to be used for the…
1 vote -
I worked on an app development for education for days. Now its not at all loading.
I worked on an app development for education for days. Now its not at all loading. Neither on phone nor on system. Is this due to very long conversations on the Gemini?
If so, there must be a way to clear the earlier chat...Please suggest a way to recover all the hard work that went into it. I need to publish the app on playstore. Will be greatly help ful to students.
1 vote -
An intuitive way to update my code manually when I want to change, for example, display text. I
An intuitive way to update my code manually when I want to change, for example, display text on the user interface. I tried this, and it broke my app and I don't know how to revert to earlier working versions. Very frustrating for me, who is new to Firebase Studio and used to working in Visual Studio Code, where it is very easy to save changes to code.
1 vote -
Firebase Studio Flutter Builder
Right now, the web support version of firebase studio is extremely impressive. But it is limited if somebody wants to make a mobile app. I think that instead of using type script, google should just switch to full flutter, and allow the ability to make full stack apps with fire base studio builder, but with flutter. It would completely disrupt the market, all of the no code developers would switch immediately to fire base studio. There would be no need for Cursor, Windsurf, Trae or any other VS code knock offs. This would allow Google to maintain number one status…
1 vote -
1 vote
-
Global Nix configuration for applied to all workspaces
Add a nix file that is global and unique to a particular account which includes packages that a developer wants/needs in every workspace.
For example, neovim and its associated config is something I would want to use in every workspace, but other developers may not want that OR they may have an entirely different neovim config they want to use, making the dev.nix inside workspaces impractical.
While it is possible to manually edit every dev.nix with associated packages for each project. This, however, is inconvenient at best, and problematic at worst, especially if developers are collaborating on a repo and…
18 votes -
Enable IDX to work on GitLab.com Repos
I am working on GitLab.com with all of my Projects and Repos. I use heavily GitLab CI for my builds there. Please make it possible to work on a GitLab.com Public and Private repo.
The best thing would of course be also to have the possibility to have Self Managed GitLab repos in Google IDX.21 votes -
Access to a performance monitor of the work environment
It would be excellent to have access to a performance monitor of the work environment. I've been experiencing intermittent blocks in the prototyper area for 2 days; I submit a request and it freezes, then the order is left halfway and does not complete. What I see is a disconnection with the platform.
1 vote -
Automatically close servers with no active tabs
I runned an Expo dev server, to test my apps on my devices, on a workspace, but it looks that it keeps running even when I close the workspace tab, which could leads to unnecessary usage of Google Cloud's infrastructure, which could lead to problems for the users (less computing resources available) and Google (payment for something that is not being used).
Please, implement a logic to automatically close servers with no active tabs to save Google's resources of unnecessary usage.
1 vote -
Improve Android Emulator
Give latest Emulator which is fast and better. Current Android Emulator is slow and old.
4 votes -
CLI deploy and link blocking functions
Function Deployment & Validation Flow:
When deploying cloud functions with recognized lifecycle hook names (e.g., beforeCreate, beforeSignin), the system should:Detect Blocking Function Patterns
Check if the deployed function's name matches known blocking trigger conventions.Assignment Validation
Verify whether the detected function is registered as a blocking trigger in the system configuration.Interactive Guidance
If unassigned, display CLI prompt:
"Seems like you want to deploy a 'Blocking' function named <FUNCTION_NAME> but no blocking trigger is assigned. Would you like to configure this function now? (y/N)"Key Function Patterns:
```
beforeCreate | beforeSignin | afterSignout | customBeforeHook(Additional supported hooks)
…Why
2 votes -
Export / Import single document on firestore console
Please add an option to export or import a single document from firestore console in firebase page, not in gcloud. Same way like we can do on firebase database export and import a json file with the data.
2 votes -
OnCreate in dev.nix should run when we build the codebase and when we reloud the browser as well not only when we enter codebase
OnCreate in dev.nix should run when we build the codebase and when we reloud the browser as well not only when we enter codebase forexample when I put virtual environment activation code in there it should run in relouds and rebuilds as well.
1 vote -
Fix Body Parse
If bad JSON is sent to a cloud function, for example if the function is an API endpoint, the body-parse in Firebase Functions will throw an HTML response error before and user function code is run.
This is a really bad experience for endpoint users where instead of a formatted JSON error message, they get a strange HTML response.
The body-parser used in by Firebase Functions should pass along the error instead of returning the response.
4 votes -
Provide additional VNC / RDP Display
Please Provide additional VNC, VNC over SSH or RDP (xrdp) because sometimes the Android Studio VM's noVnc doesn't connect even after restarting the project multiple times.
Use XFCE desktop instead of Gnome, Gnome feels laggy1 vote -
Prototype with SvelteKit with TailwindCSS and Bits UI
Prototype with SvelteKit with TailwindCSS and Bits UI
1 vote -
1 vote
-
Add more auth built-in auth methods
The way that Firebase helps developers quickly setup OAuth providers is amazing, but it would be really helpful if there were more providers to choose from. I'm sure you could do it if you set things up yourself, but making it easier to use services like LinkedIn would be really helpful.
2 votes -
3 votes
-
Firebase Authentication support for Ionic Cordova via phone login on IOS.
Unfortunately, phone authentication using the Firebase JS library is not currently supported in Cordova/Ionic environments. This limitation is due to the use of the file:/// protocol, which prevents reCAPTCHA from verifying the origin of the application. As a result, reCAPTCHA cannot function properly.
We would like it to be available in such environments.
1 vote
- Don't see your idea?