1651 results found
-
Wordpress support
I would like to see full Wordpress support. That is, and database management such as MySQL or MariaDB and also support for php
15 votes -
Hardhat Template Support
Hardhat-based quickstart for developing Solidity smart contracts.
2 votes -
Remote Config create nested groups
We should be able to create groups inside groups to create a clean hierarchy and looks. As the app gets bigger, configuration gets bigger as well. Currently you are left to "Control + F" and scroll among hundreds of config variables to find what you are looking for
4 votes -
Support Bitbucket
Support bitbucket as a source repo provider
7 votes -
Add GitLab as a Provider to be able to link repositories
Ask the cloud team to add GitLab as a Provider, including the CE version.
7 votes -
poetry
Poetry is the true path of life and available for people.
1 vote -
By default, only one project can be created. not enough for learning and testing.
I created a react project for testing. When I want to create the second project, "IDX currently has a per-user workspace limit. Please delete one or more workspaces before continuing, or reach out to the IDX team for assistance to have limits manually increased." The message came and was not created.
1. More than one project should be created, the old one should not be deleted for a new attempt.
2. It is unclear how to reach the IDX team.2 votes -
"Copy" menu option in Workspace(project) menu.
"Your workspaces" list my workspace/project.
Looking for "Copy" option similar from "Rename".
I couldn't copy the workspace when I would like to duplicate to start similar project.6 votes -
Search collections in Firestore by field values
Ability to search collections and documents in the Firestore UI.
87 votes -
Uprade to latest code-oss
Current version of 1.89.1 was last updated in June in IDX, and running into issues with some of the newer/updated VSIX extensions.
1 vote -
I suggest that Project IDX provides the IP addresses for its domain, so users can whitelist these in the variuos AWS, GCP, cloudSQL setups
I suggest that Project IDX provides the IP addresses for its domain, so users can whitelist these in the variuos AWS, GCP, cloudSQL setups
3 votes -
Add support for Deno
Deno is a pretty solid modern JavaScript runtime that's been making a lot of great progress lately.
5 votes -
request.query security rules
currently security rules can only check, "limit, orderby and offset" properties of "request.query" object. if they could check our own custom properties , for example, when users search a collection by id, and I only want them to see a list of documents which contain their id then i should be able to do this in the rules
posts/{postId} {
list: if request.query.id == request.auth.uid
}
- this would be really beautiful and makes it way easy to secure list request.3 votes -
7 votes
-
Advanced Vector Embeddings with pgvector
Create and store advanced embeddings for Data Connect types in pgvector through support of configurable chunking strategies and automatic embedding by annotations.
7 votes -
Allow to upload files to idx
allow the user to upload files like pdf's, csv files which will be helpful for machine learning projects.
5 votes -
Similar to __name__, allow ordering documents by internal createdAt / updatedAt sentinel value
A document always maintain createdAt / updatedAt timestamp value internally. But these fields can't be used for ordering documents.
For example :-
(This is possible)
await citiesRef.orderBy('name').limit(3).get();
(This is NOT possible)
await citiesRef.orderBy('created_at').limit(3).get();
Currently if we need order by timestamp, we need to maintain a separate timestamp field alongside internal createdAt / updatedAt fields. Then create index over that additional field to perform order by timestamp.
Similar to name sentinel, firestore should provide created_at and updated_at sentinel for ordering document. These sentinel should work without any new index, ascending or descending order.
1 vote -
closing project
This IDX actually amazing. I have many project but little hard to fast switching other project. I think we need closing project on File menu and back to main dashboard. Thanks
11 votes -
support kotlin, xml & jetpack compose
Please add support for Kotlin and Android XML as well as Jetpack Compose because now Jetpack Compose supports multiplatform
5 votes -
Export CFU(Crash Free Users) Stats to BigQuery
The CFU is only available in Crashlytics dashboard.
With the current info exported to BigQuery it's not possible to calculate it.
4 votes
- Don't see your idea?