1493 results found
-
Map vim commands correctly
I've been used for a long time the "Vim" extension for vscode, for example.
I started the IDX and the first thing I did was install this extension.
When I try to switch between panels using "ctrl+w+h", for example, the browser window asks me if I want to leave the page.
So, if the Vim extension could map correctly your keymaps without the influence of the current browser maps, it was amazing.
3 votes -
Let me fold code in brackets please, to keep it looking more organized
I like having all the functions I'm not working in folded up to be better able to focus on the parts I am trying to work on. It's a small thing, but I've gotten very used to it, and it looks wrong without it.
It's obviously possible that this is something that is already doable, and I just can't figure out how, but I can't find it in the settings, and it isn't enabled by default.
Thank you for your work on IDX thus far.
Edit: Actually, it looks like it is just language specific, where some have it and…
2 votes -
Circuitpython support for IDX
Able to code in circuitpython in IDX. Include code correction, autocomplete, project creation with Ai. Sample: code with Mu
1 vote -
Project IDX Status
Since there's a lot of bugs in this early stage it would be great if you can add a bug status page in your website which will tell the user if there's actually a bug that has been reported / getting fixed or if everything is okay so the user can decide if the problem is from his end or not.
3 votes -
Auth onUpdate trigger for v1 and v2 functions
In the same way, we have onCreate and onDelete, it will be very helpful to have an onUpdate option. For example, so we can react to an email address change.
45 votes -
Add custom permissions claims to access tokens via Firebase web interface
Firebase currently only allows you to add custom claims to ID tokens, and it suggests adding role based access control (RBAC) permissions in those ID token claims.
RBAC custom claims should be added to the access token which is already included in the Authorization header in all API requests, so the API already has access to the token that it needs. Additionally including an ID token in API requests so that the API can read permissions from it is overly complicated and superfluous.
Furthermore, you should be able to add these claims to access tokens for specific users via the…
2 votes -
Long time on the waiting list
please announce the launch date in india because i am very exiting to explore project idx..
Thankyou Google
3 votes -
Long time on the waiting list
Hello, I registered with this email four months ago, but I have not received any news or invitation, please follow up
3 votes -
Need support for linked list
We need to be able to insert a new document, update an existing document or delete a document in an ordered list of about 1000 documents. We are doing this using a linked list. Firebase does not offer linked list functionality.
1 vote -
Add Creator User UID to the Collection Record Metadata
Will allow further security validation and early detection of security checks failures.
To give an example of why this is important,
I use a Firebase Collection as an API alternative, I create a task record that triggers a cloud function, it allows me to manage my resources effectively and provide partial updates, way more flexible than traditional REST, however with API I use bearer tokens to verify that the identity of the person creating the record and deciding if they are allowed or 401, without UID in record metadata I have to send the plain UID as a field in…2 votes -
ZSH Support
Enable 'ZSH' and 'Oh-My-ZSH' in the terminal, Alternatively - add instructions in the docs to configure it under NIX.
1 vote -
Firestore hosting in South Africa
Make Firestore and Firebase hosting available on the new Johannesburg Cloud Region; this will greatly assist developers in launching apps within the continent and also assist with local data protection regulations.
2 votes -
Support multiple Flutter version using FVM
Yes, we need it, so that projects with various Flutter versions can run with IDX
2 votes -
Support adaptive app icons
Android 8.0 (API level 26) introduced adaptive app icons, which are made out of background and foreground layer. Apps that have minSDK = 26 don't have to specify "flat" PNG icons. However, App Distribution doesn't support adaptive app icons, and as a result weird icon with cropped app name is displayed in the App Tester app. App Distribution should support adaptive app icons by parsing icon XML, obtaining foreground and background assets, and based on this render the icon.
6 votes -
View "Billing Plans" on "All Firebase Projects" page
I want "Billing Plans" to be displayed on the "All Firebase Projects" page.
There is a limit to the number of projects that can be set in "Billing Plans".
If I reach the limit, I will need to downgrade one of my projects to "Spark Plan".
I would like to display "Billing Plans" on the "All Firebase Projects" page because I don't know which project has set "Blaze Plan".2 votes -
Native support to google drive
i suggest adding native support to google drive so that we can also take out files from drive, local, or from other hosting sites like onedrive or dropbox, etc.
18 votes -
i want to be able to see my logins and profiles
I wish to be able to see all the logins logins i have made and be able to handle them directly there is no place where i can signout easily or make them persist the next vm session and so on.
1 vote -
integration and compatible with vscode
I request that since both vscode and idx have very very similar ui i just wish that my settings will easily export from one to another like both of them have "code runner" extension by "Jun Han" in vscode marketplace and by "formulahendry" in idx if i change anything in settings my shortcuts and so on in this extensions or rather in general i wish im able to easily access my files from github( since every devceloper uses it) or even google drive, local file directory or any other thing i should be able to sync all my settings, extensions,…
7 votes -
Add support for deleting directories and their contents in Firebase Storage
Iterating over list of files and deleting each is wasteful as a call has to be made using the API for each file, and this can get expensive if a lot of delete operations are involved.
I suggest a single API call that deletes all data given the required parameters. Further, the response from Firebase API will be that it has received the instruction to delete, and not when it has completed deleting as the operation might take quite a while.
A function could look like this.
deleteFolder({
url: 'path',
responsetype: 'requestreceived', // Another could be 'deletecomplete'…4 votes -
Multifactor admin SDK: "Other Admin SDK languages are not currently supported."
The page "Manage Multi-factor Users" (https://firebase.google.com/docs/auth/admin/manage-mfa-users) says "Install the Node.js Admin SDK. Other Admin SDK languages are not currently supported."
It's odd that this random feature doesn't work in other languages. Please add them (mainly C#).
3 votes
- Don't see your idea?