2074 results found
-
@unique argument to use UNIQUE NULLS NOT DISTINCT
Add an argument to the @unique annotation that allows users to choose between using PostgreSQL's "UNIQUE NULLS NOT DISTINCT" constraint or the standard "UNIQUE" constraint when defining a unique constraint.
2 votes -
You
You
3 votes -
1 vote
-
Clickable results in firebase query mode
When using Firebase UI query mode, the results are not really human readable. I'd like the document ID field to be clickable, taking me to the panel view of that document, so I can see the document in a readable way.
3 votes -
ساخت و برنامه نویسی کد نوسی باز گردانی رم 16گیگ
یک فایل با حجم بسیار زیاد کد نویسی بشه که تمام کدهای مجوزهای منبع آزاد یک رمSD۱۶گیگ که در فایل جابشه که بتونیم این همه رو عکسها وفیلها و همیشه معتوای کاردSdکه خاموشه ولی مجوزهای منبع آزادش هست بتونم تمام اعتلعاتس راببرگردانیم
3 votes -
connect with IDX Workspace via SSH to use Terminal Only
Connect IDX via SSH like GitHub Codespace. Can Terminal and use full power of IDX on Terminal. Some Developer use Terminal Tools like neovim, so it's will easy to connect and use.
5 votes -
no AI
Add the "feature" to remove AI assistance for those of us who write code ourselves. The resources AI consumes would be better freed up or allocated elsewhere.
16 votes -
auto options selection
when the model responds like
Now, we need to add an empty pubspec.yaml file and an empty dart file.
automatically give the user options to selection as
yes
orno
1 vote -
Firebase project config in env
Cloud functions do provide process. env.FIREBASE_CONFIG.
One can set it in the yaml, but it would be nice if app hosting would provide these automatically.
1 vote -
Support submodules
Support submodules for automated builds.
Currently, builds fail when checking out submodules.
1 vote -
نحن بحاجه الا اضافة وجة بحث في الواتساب
الفكره تهدف الا تطوير وجهة نظري في الةاتساب ترقيته الا خانت مشغل فيديو وصوت ومعلومات اخرا مثلا عن التاريخ والاطعمه والمطابخ وما شابه ذالك
2 votes -
Authentication using email OTP verification for Firebase login
I want to be able to perform an OTP verification for logging into my application using firebase.
I want this feature to follow the following user journey:
- Request OTP for login.
- OTP sent to my email.
- I type in the OTP for verification.
- Authentication and access granted.1 vote -
More space for IDX projects 100GB
We can't complete a basic yarn install our monorepo at work. We run into the following error.
ENOSPC: no space left on device
While trying to complete the yarn install. I've returned several times to the IDX project and have finally given up trying to do practical work for our live production projects with IDX as we can't even install our packages at work to get our projects running. What an absolute collosal waste of time.
Please for the love of christ increase the project capacity so we can get our commercial projects running in IDX.
32 votes -
Better Composite Indexes UI
Currently, table for Composite Indexes is hard to read, I have some suggestions:
1. Sort collection ID alphabetically
2. Group by collection ID
3. On Fields Indexed, remove "name"
4. Shorten "Ascending" to "Asc" and "Descending" to "Desc"
5. Fields shown in Fields Indexed column should be displayed vertically1 vote -
View Firestore Total Space Used
Currently, billing/usage only shows usage for reads/writes/deletes. We are also being billed for total storage space. Can you please add observability into how much space is currently being used across each Firestore Database?
7 votes -
1 vote
-
Support a repl/shell in firebase CLI
Some operations can only be preformed through the firebase-admin SDK, or sometimes you just want to run/test some Firestore query.
The Firebase CLI can provide a "shell" command that opens a Node.js REPL with the firebase-admin SDK preconfigured and global variables such as "db", "auth" that you can then use to interact with Firebase.
This was so much needed that I implemented this by myself in our project as a custom package.json scripts.
2 votes -
Support skipping deploy targets that are configured empty
Sometimes you have deploy target that you want to not deploy in some projects.
Currently if a deploy target is not configured or empty, the CLI will error.
It would be nice if it just skipped deploying that configuration if the deploy target is explicitly configured empty.
This is also useful to allow varying configuration in different projects, as you can deploy different target configurations depending on the selected project this way.
2 votes -
Symfony PHP Template
I would love to see a Symfony PHP template where you can also run the local Docker PostgressSQL database.
4 votes -
Hosting should preserve the client's IP address when proxying to Cloud Run
When using hosting with rewrites to Cloud Run (e.g., routing all requests to /api/** to a Cloud Run container), the clientIp always reflects the IP address of a Google server rather than the actual client’s IP address. As a result, filtering incoming requests by IP address in the logs viewer becomes impossible.
It would be great if the x-forwarded-for header could be used to populate this field instead.4 votes
- Don't see your idea?