1804 results found
-
Decrease loading on Initialisation
I am creating a new project it takes 5 mins to open the project. Please optimize the api behind loading of project.
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 -
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 -
It's unavailable in Iran .
Please Make IDX Available In Iran .
3 votes -
In Firebase auth using phone auth in flutter, please add a feature for creating a user with a custom uid, probably via the admin sdk
In this code await admin.auth().createUser({
email: email,
displayName: name,
uid: uid,
emailVerified: false,
password: password,
disabled: false,
});, if email and password are created, please create the user via that login method and if only phone is provided and no email, then let the user be created via phone auth. So that later on, when they try to sign in via phone auth, the system doesn't create a whole new user with a new uid but just lets the user sign into that account7 votes -
Official Swift Server Extension
Swift.org has VSCode Extension that isn’t found in list of Extensions
2 votes -
I tried working with prisma in this but it is showing schema engine error due to openssl It would be beneficial if u can look into this .
I tried working with prisma in this but it is showing schema engine error due to openssl It would be beneficial if u can look into this .
2 votes -
Better support for Cloud Tasks, e.g. queues
It is currently already possible to create google cloud tasks. However, this could be better integrated by creating an abstraction for queues, for example, which can also be monitored and controlled via the admin console and firebase emulator.
28 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
-
Flutter Android Demo Testing Integration Easier?
Currently, I love Project IDX, but I still think it is a little hard to test out Android Apps built in Flutter and Firebase from the User Interface VS Android Studio.
Could this development experience be made a little bit easier; for something Flutter is famous for on "painting user interfaces for mobile applications?"
3 votes -
How do I use puppeteer in IDX?
When trying to use puppeteer https://pptr.dev/ in idx i cant figure out how to make it work
Please clarify how i can fix that
Thank You3 votes -
Add the "Microsoft" Extensions
We want Microsoft-made extensions to be present, such as support for TypeScript, Python, etc
3 votes -
Add WSL support
Add support of Microsoft WSL Extension in Project IDX.
5 votes -
Let you connect to Figma for visual designs
You could connect to Figma designs, then help generate components with correct styling. It would also be great to leverage something like Tailwind for styling.
13 votes -
Easy Import / Export from Firebase Emulators UI
Emulators are meant for rapid testing.
There should be a tool that enables easy fine/grain control for importing and exporting data from the Firebase UI for Firestore, Storage, and Auth from the user interface.
Trying to manually modify data in the interface is fairly awful.
It would be nice to be able to mix and match different pre-made documents or collections to set up different types of environments.
The command line import/export is ok, but still fairly tedious and limiting in its setup.
8 votes
- Don't see your idea?