2082 results found
-
How to access Android emulator?
Hi,
Currently, there is no way to access the Android emulator in IDX. I tried using the shortcut CTRL+SHIFT+P, but there is still no option to view the Android emulator preview.
Not only the Android emulator preview, but I am also unable to access the Web preview. When clicking on 'Show Web preview', I get this error message: "Command 'Project IDX: Show Web Preview' resulted in an error: command 'monospace.showWebPreview' not found."
Please help.
1 vote -
Beta publica
Una beta publica es necesaria para ver el avance que esta teniendo todo esto
2 votes -
Better google drive intergration
In VS cell and other DEV environments i continually run into issues connecting to google drive AI and waste time in authorcatfication loops. So you have the chance to have better or even automatic integration with Google Drive, which would save so much time and make it easier to move data between different projects.
1 vote -
28 votes
-
27 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 -
Remove dependancy on 3rd party cookies
I have to enable 3rd party cookies for 90 days every 90 days to enable IDX to run. It should rely on no 3rd party cookies. Docs: https://developers.google.com/privacy-sandbox/3pcd
3 votes -
Gemini in Project IDX does not work in Ukraine
Hello!
My name is Dmitry, and I develop websites. One of the key features of your project is the integrated artificial intelligence. Unfortunately, the AI functionality is currently unavailable to users in Ukraine.
It would be great if you could provide access to your AI for testing in our country. This would allow us to utilize your technology more effectively and enhance our development experience.
Thank you in advance for your attention, and I hope for a positive response.
1 vote -
Add option to block client-side password reset in firebase
See here: https://stackoverflow.com/questions/77313457/block-client-side-password-reset-in-firebase
I would like to be able to disable all client-side password resets, both sending a password reset email and directly updating a password after re-authenticating so I can do all my logic though the admin API in functions.
For example, add and option in Authentication -> settings -> user actions that blocks client-side password resets (throws an 'auth/admin-restricted-operation')
(Would be nice to have this option for all auth functions, so you can decide to control access for everything better)
8 votes -
Build Firebase Functions in IDX
It would be nice to see an easy way to build/deploy Firebase Functions in IDX. The work you've done for firebase hosting is fantastic. It would be nice to be able to create and deploy functions the same way.
4 votes -
Allow field selections in client sdk's
Let's say I have an orders collection where each document represents a customer order.
I would like to be able to fetch and listen to only the names and dates of all orders and not get the whole document.
This would speed up a lot queries where not all fields are required and save bandwidth for users.
Since selection is already present in some server side SDK's I wonder if this could be enabled with a somewhat manageable effort.
11 votes -
Add Android TV support for the AppTester app
The Firebase Apptester APK is incredibly close to having full Android TV support, please add the last remaining steps to make it fully compatible.
User scenario: As a developer, I want my QA-Testers to have access to new TV builds. I can deploy these into apptester, but QA currently has to download the .apk and then manually install them via adb. It would be nice to simply install apptester onto the TV test-device and get the releases there immediately.
What I have tested: it's already possible to install the apptester apk onto a TV, and it runs beautifully: Login works,…
11 votes -
13 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 -
Mobile Preview Support for Web Apps
Worldwide, many users browse the internet on their mobile devices. We want to make it easier to test your web app more accurately across Android and iOS devices to catch any quirks (differing native UI, varying screen sizes, rendering engine bugs, etc.) the mobile environments may introduce.
17 votes -
Show logs for flutter simulators
There doesn't seem to be an easy way (that I can find) to see run logs of any of the simulators for Flutter.
I did see the device log for iOS, but not anywhere you can see print statements.
4 votes -
FieldValue.min() and FieldValue.max()
Currently the Firestore API supports FieldValue.increment() to atomically increment or decrement a numeric value. I propose to add:
FieldValue.max(value): if the provided value is greater than the existing value on the server, then the field on the server takes this value. If it is less than the existing value, then the existing value remains.
FieldValue.min(value): (the opposite) if the provided value is less than the existing value on the server, then the field on the server takes this value. If it is greater than the existing value, then the existing value remains.
These operators should work on numeric fields AND…
20 votes -
Intelljidea IDE support for Flutter
I use Intellij Idea a lot to develop in Flutter, I would greatly appreciate if you can work on intellijidea for Flutter, Thanks
4 votes -
Topic for sharing idx.nix configurations
Community topic for sharing customised and passionately created custom idx.nix configurations
1 vote -
One time extension configuration for the projects
Each time we have to download the idx extension when we setup the workspace. If a extension in downloaded once in any workspace, the extension gets automatically installed when workspace is set up.
3 votes
- Don't see your idea?