1507 results found
-
Allow developers to use the local Firestore database for free
It'd be really nice if you could allow users to create local drafts, of small documents, for instance, and save them locally for free with Firestore.
This way you wouldn't have to coordinate Firestore and its rules with some other database and client code nor would you have to choose the simpler option of getting charged for writes and reads on remote database documents that really only one user is supposed to write and read.
Please note that while you could use the realtime database to save drafts, 1 it's not always easy to figure out whether that'd actually be…
1 vote -
Beta publica
Una beta publica es necesaria para ver el avance que esta teniendo todo esto
1 vote -
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.
1 vote -
add search bar at the top of the editor
Kindly add the search bar pinned at the top of the editor for easy retrieval of the any file. This feature is available in VScode.
1 vote -
Improvement in Flutter web serves latency
the current latency of the flutter env when running a preview for testing is high
1 vote -
Automatic SMS OTP read with English templates
For automatic SMS retrieval to work, SMS length has to be under 64 bytes. This means currently that for English SMS template, the app name has to be 11-14 characters. Play Console allows max 30 characters. Firebase doesn't allow customers to modify the SMS template contents themselves. Now I'm working around by utilizing some other languages, that will fit below 64 bytes with current app name.
Two options I suggest to achieve this:
1) Modify the English SMS template: remove unnecessary filler words and make it shorter, so that it will fit to 64bytes with max 30 char app names.…
6 votes -
support renaming workspaces
When I started my workspace I had only thought of one use case but then the scope evolved and my original workspace name no longer reflects what my workspace does. I tried "Save workspace as..." but it didn't change the folder name and it didn't permanently change the workspace name the next time I loaded the workspace.
6 votes -
share a workspace as read-only
I'd like the option to share a workspace to a collaborator without letting them edit my code. I'd expect them to be able to fork my workspace into their own.
10 votes -
Support offset-based document access and pagination
There should be an easy way to get a specific document by index in a query:
// this query should work as it's read, if i wanted to use gte i'd use a where
query(this.collection, orderBy('anything', 'asc'), startAt(index), limit(1))
5 votes -
Network Instability and Unexpected Reloads
Just a heads up - noticed that the browser-based code editor tends to reload randomly when the network gets shaky. It'd be awesome if we could add a quick alert or something to let users know when it's happening. Cheers!
1 vote -
Desktop App
IDX Desktop (Windows, macOS, Linux), either:
- Electron / Tauri wrapper
- Or React Native desktop app
For better avoidance of browser keyboard shortcuts / better native + OS integration
I'm a big supporter of web standards, but running an editor in a browser tab or even as a desktop PWA is often lacking / janky (judging based on the VS Code editor on github.dev)
Alternative Considered: PWA
If you manage to achieve parity by fixing the UX problems and integrating natively, making it work without downsides, I'll be on board with running IDX as a PWA!
291 votes -
Fichier Zip
Les fichier zip ne s'importe pas sur la plateforme ça serait bien comme ça on peux importer nos projet déjà en cours
1 vote -
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 -
Add mobile friendly UI for code editor
Also add option for switching to mobile friendly ui inside code editor.
19 votes -
1 vote
-
I cant work with my IDX because it’s showing me an error message telling me that there is no space left even if I tried to remove some files
I cant work with my IDX because it’s showing me an error message telling me that there is no space left even if I tried to remove some files
1 vote -
Use of FirebaseMessagingException should be possible in unit tests
The
FirebaseMessagingException
class issealed
with aninternal
constructor and no interface. This means we cannot test our code that handles this exception because we can't create this type of exception nor can we mock it due to the lack of an interface.3 votes -
redirects existing localhost API requests to the workspace server
I have a server I was running locally in development on localhost:3000 that I have now ported to IDX so it runs on the IDX monospace server. It means the frontend no longer works when requesting from localhost:3000. It would be great to automatically redirect requests made to localhost:PORT to the monospace server in future
3 votes -
"<Product> User" roles (in addition to Viewer & Admin roles)
Right now, there are two levels of pre-defined roles: "Viewer" and "Admin".
However, sometimes you don't need all of the Admin permissions, but you still need to make some changes in the system as normal operations.
This has been already done for App Check but not other products.
Cloud Firestore:
Let's take the Firestore roles as an example:- Cloud Datastore Viewer (A generic Firestore viewer permission)
- Cloud Datastore User (A service account for manipulating data in the Firestore databases)
- Cloud Datastore Owner (A generic Firestore owner permission).
And then, there are specialized roles with viewer/admin level access for certain types…
3 votes -
Allows access to children under 13 years old
(I'm not sure if this falls under ideas) I am a child under 13 and it did not warn me about not being to access it, I was on the waitlist for about half a year and when I saw the email saying I could use it, I was so happy, when I clicked on the idx dashboard it said I could not access it because I was under 13 and I was furious when I saw it
1 vote
- Don't see your idea?