1809 results found
-
Custom SQL Schema Migrations
The automatic custom schema migrations are great, but when managing an API expressed almost explicitly by the schema, there needs to be a clear dev story of how to migrate the database schema yourself, and move data in custom ways, while still allowing the exposed api to be backwards compatible. This can be very challenging with automatic migrations.
2 votes -
Sort screen rendering traces by impact
Currently, the screen rendering trace tool displays a list of issues, but with many items, it becomes overwhelming to sift through and identify the most significant problems.
Specific Challenges
- Volume of Data: With many items in the trace list, manually identifying high-impact issues is impractical.
- Lack of Prioritization: The current list does not prioritize issues based on their impact, making it difficult to focus on what matters most.
- Efficiency: Developers need a way to quickly pinpoint and address the most significant rendering issues to improve application performance.
Proposed Solution
Introduce an "Impact Sort" option in the screen rendering trace tool.…
2 votes -
Need a .net MAUI support on Apple sign-in for authentication
Need a .net MAUI support on Apple sign-in for authentication
2 votes -
Allow reverse chrono time sort of files in cloud storage in the Firebase UI
I need to go to the underlying cloud storage UI to do this currently which is a pain and I need to leave the Firebase environment.
2 votes -
Go: Implement ProjectManagement API
Go developers should be able to interact with Project Management API using the SDK like Node.js/Python devs can do
2 votes -
Jzkdodi
Zujdjdjhdheg
2 votes -
Allow listening to firestore document/query changes without getting a snapshot automatially
The default behavior when listening to a document/query is that you will always get an initial invoke of your listener.
Allowing to change this behavior would give more freedom, in the case that the developer wishes to fetch the initial values asynchronously and then have the changes delivered via the callback.2 votes -
Ability to saved custom made dev.nix configs for future projects
Since IDX is using nix files to configure an environment, it would probably be best for us to create and save these files and be able to import it into another/future project.
Specifically "imported from repos" and blank workspaces. That way we wouldn't have to recreate the file or save it in another place when you can just access it from IDX itself.
2 votes -
Add Github Integration to search, select and open a repo directly from IDX
Add Github Integration to search, select and open a repo directly from IDX.
Currently, to open a repository the first time is necessary to search for url.
The ability to directly search and select repository from IDX would be very helpful for DX.
Thank you for your work!!
2 votes -
gRPC support in firebase Performance Monitoring
firebase Performance Monitoring automatically collects all the https API called invoked from the app. Add the same support for the gRPC API calls as well.
2 votes -
Support for user-specific config (user.nix) in addition to dev.nix
IDX now has project-specific
.idx/dev.nix
file, which configures the project-specific environment.I'd like to have a user-specific
user.nix
(or similar) file which would be applied on all of my own workspaces, which would not be shared to other people using my project.Use case: I author an open source project, which needs project level dependencies. These I'd put to
.idx/dev.nix
. I also have a ton of terminal and git aliases and configs that I'd like to have on my own projects, but which don't make sense in the context of my open source project.2 votes -
choosing branches
I need to pull a different branch from github :(
2 votes -
2 votes
-
Add .idx/dev.nix for import from repo
When I import project from my repository, I want to install Golang. After I installed Golang, they said my Golang package is not permanent, so I want to make it permanent and I read the documentation of IDX and found it. They say I need to edit my .idx/dev.nix file for the package but I cannot find it on my project. Please make it possible to edit .idx/dev.nix for project that import from github repository
2 votes -
Projeto IDX FREE
Estou começando na programação e até agora oque eu testei achei tudo maravilhoso só espero que essa plataforma seja gratuita
2 votes -
Filter by package name
Should be interesting to filter bugs by package name
2 votes -
custom gpt to firestore
I wanted to create my own GPT using OpenAI's new GPT builder which has "Functions" in it, and I wanted it to be able to use Firestore API to perform CRUD operations, but unfortunately I struggled to find documentation on how to do that.
2 votes -
Beta publica
Una beta publica es necesaria para ver el avance que esta teniendo todo esto
2 votes -
Allow 'is not' operator for Language and Country condition rule type
We sometimes want to target all countries or languages apart from a select few with things we are delivering through remote config. Currently to do this we have to select all other countries and languages and then make sure the one we don't want to serve to is unticked.
Instead it would be much easier to just target the language we don't want to send it to.
2 votes -
Support named database data retention with import and export-on-exit flags
Now that we can create named databases and see those databases in the firestore emulator, it would be nice if the import and export-on-exit flags also respected these named databases and imported the data previously exported into the correct database.
2 votes
- Don't see your idea?