1524 results found
-
Console: free up space to work on medium size screens
Outside the office, I work on an 11" Chromebook and the console layout is not at all user-friendly for screens that are not large.
The spaces in the appbarr, title, navigation and footer bars take up a lot of space and are fixed, the content of the page that is left for editing is very limited, having to scroll each line and some services do not even have space to open the item to be consulted, like in analytics, for example, some cards are truncated.4 votes -
Enable keyboard navigation in Firestore console to move between documents using up/down arrow keys.
I suggest that Firebase enhances the Firestore console by adding support for keyboard navigation, allowing users to move between documents using the up and down arrow keys. This feature would improve accessibility and efficiency, especially for users who prefer using the keyboard over the mouse or trackpad. Implementing this functionality would make data management in Firestore more user-friendly and accessible to a wider range of users.
1 vote -
Mobile optimization
To enhance the user experience on mobile devices, the "Full Screen" feature in the "Customize Layout" settings in IDX should be automatically enabled. This setting ensures that the editor screen adjusts to fit various mobile screen sizes when enabled.
12 votes -
Add C# Dev Kit
Microsoft's C# Dev Kit is not available through the Extensions tab.
0 votes -
Dark mode: write white, not dark grey! Hard to read
Hard to read these grey texts when it's sunny... Add a switch "white/dark mode" here please in this uservoice page and IDX pages
1 vote -
Languages: make IDX polygot so anyone from any country and language may at laaaaast find an IDE in HIS mother tongue and learn easily coding
Multilingual IDE: please make IDX polygot so anyone from any country and language may at laaaaast find an IDE in HIS mother tongue and learn easily coding
4 votes -
1 vote
-
Add IS_NOT_NULL (x.where("field", "!=", None)) operator to filters
This allows filters like x.where("field", "!=", None) to work, matching the JavaScript implementation and Firestore GUI implementation. The feature is late by 4 years.
https://github.com/googleapis/python-firestore/pull/971
https://github.com/googleapis/python-firestore/issues/9702 votes -
Provide an option to only deploy new parameters
Consider the scenario where you create a new Remote Config parameter in your template.json file and deploy it via the Firebase CLI to TEST and PROD environments with a default value. You then modify the value in PROD via the Firebase console. The next time you deploy Remote Config to PROD the value is overwritten. It would be useful for CI/CD deployments to have an option that would only deploy new parameters and would NOT overwrite the values for existing parameters. This would allow you to structure your template.json file to have default values for new non-PROD environments without having…
1 vote -
Configuring CORS for a bucket is currently a pain
The current procedure for setting CORS rules for a bucket is horrendous from a developer standpoint. One has to download and install a CLI called gsutil, which requires Python. The CLI must be configured and authenticated. Then one has to create a JSON-file with the desired CORS-rules and run a single command with the CLI. How is this not possible to accomplish in the web GUI?
3 votes -
Unreal Engin or unity game engine for game development
As stated, Game development in Web is made possible by Providing the Unreal Engine or Unity engine templates like android studio coming soon.
4 votes -
Browser's history integration
Allow for the Back and Next button on your browser to navigate through your IDE's file history... like in the desktop version of VS Code. A lot of times, just by muscle memory I have pressed the back button and accidentaly reloaded the whole IDE.
5 votes -
Live previews for more languages
I am currently using IDX for PHP development and would like to request the addition of native live preview support for PHP projects. While I appreciate the IDE's capabilities, I have found that previewing PHP files directly within the workspace is not possible without external server configurations.
The ability to view the output of PHP files in real-time, with minimal setup, would greatly streamline the development process, especially for PHP developers like myself. This feature would remove the need for constantly managing external PHP servers and provide a seamless, integrated experience.
Having a built-in preview system for PHP, similar to…
1 vote -
Automatic Deployment of Changed Firebase Functions
Firebase should offer a built-in feature to automatically detect changes to Cloud Functions and deploy only those functions, grouped into manageable batches to avoid rate limits. This feature would streamline deployments by:
- Scanning the project directory to identify functions with modified code since the last deployment.
- Automatically batching the deployment of changed functions based on rate limit thresholds (e.g., 8-10 functions per batch).
- Handling the deployment process transparently within the Firebase CLI or CI/CD integrations, reducing manual intervention.
This functionality would save time, minimize deployment errors, and improve developer workflows, particularly in large projects with numerous functions.
27 votes -
Automatic Deployment of Changed Firebase Functions
Firebase should offer a built-in feature to automatically detect changes to Cloud Functions and deploy only those functions, grouped into manageable batches to avoid rate limits. This feature would streamline deployments by:
- Scanning the project directory to identify functions with modified code since the last deployment.
- Automatically batching the deployment of changed functions based on rate limit thresholds (e.g., 8-10 functions per batch).
- Handling the deployment process transparently within the Firebase CLI or CI/CD integrations, reducing manual intervention.
This functionality would save time, minimize deployment errors, and improve developer workflows, particularly in large projects with numerous functions.
3 votes -
1 vote
-
Add a disable-billing button in addition to the budget alert option
Add a disable-billing button in addition to the budget alert option. This should be a user-friendly option: https://www.youtube.com/watch?v=Dk3VvRSrQIY&list=PLl-K7zZEsYLmK1tiMBeKA0iDMPDCJKM-5&index=7
3 votes -
Employments
African jobs
1 vote -
10 votes
-
Enhance Build Process with pnpm Support
To streamline our web application development workflow and improve build performance, we propose integrating pnpm as an additional package manager option. pnpm offers significant advantages over npm, including:
Faster Installation: pnpm's unique dependency management approach leads to significantly faster installation times, especially for large projects.
Efficient Disk Space Usage: pnpm's hard linking mechanism reduces disk space usage by avoiding redundant copies of dependencies.
Improved Security: pnpm provides advanced security features like dependency auditing and vulnerability checks.
By incorporating pnpm support, we can enhance our build process, reduce build times, and improve overall project efficiency.Mainly we have some projects already…
3 votes
- Don't see your idea?