2225 results found
-
1 vote
-
Support for Django
Along with python support please add Django and Flask project templates.
52 votes -
not every developer prefers to use github
I like to use my local machines for version control for security reason and with Project IDX there seem to be no security as you can look at my code.
6 votes -
Fix the delete button
If by design than disregard. The delete button and requires you use lowercase when typing. It should include upper and lower as a correct response to delete an app.
1 vote -
Generated SDK types
Given a schema with a nullable type
type MyType @table() {
id: uuid!
nullableString: String
}When running a query that selects records from MyType and filters out null values for nullableString, the generated SDK still types nullableString as string | null (or string? | null). Even though the query ensures no null values are returned for that field.
It would be great if the SDK could be smarter and refine the generated type to just string when the query explicitly filters out null values for that field.
1 vote -
forks/clears conversation after a "Restore"
I'm not sure if it's a bug, but when I restore a commit/code changes and ask for more thing later, the agent remembers the changes I asked after that restore and is trying to reapply them, messing around with the other path I want to follow with development
2 votes -
Fix Body Parse
If bad JSON is sent to a cloud function, for example if the function is an API endpoint, the body-parse in Firebase Functions will throw an HTML response error before and user function code is run.
This is a really bad experience for endpoint users where instead of a formatted JSON error message, they get a strange HTML response.
The body-parser used in by Firebase Functions should pass along the error instead of returning the response.
5 votes -
Make easier way to connect storage, database with auto updating rules
Make easier way to connect storage, database with auto-updating rules. I've been trying to build things using Firebase Studio, but as non-coder, it's impossible for me to find ways for storage, database, authentication etc, can you make easier way for that? like just clicking options to get that or commanding by natural language and get those things done by AI?
1 vote -
create a UI for managing environment variables and surfacing build error messages in the Firebase console
create a UI for managing environment variables and surfacing build error messages in the Firebase console (so you don't have to go into CloudBuild)
24 votes -
Support for AI ML and deep learning
Language: Python (3.8+)
Deep Learning Framework: PyTorch (2.0+)
TTS-Specific Libraries:
phonemizer: Text-to-phoneme conversionpypinyin: Chinese phoneme conversion (optional)
NLTK or spaCy: Text normalization
torchaudio: Spectrogram generation, waveform synthesis
librosa: Audio analysis, spectrogram creation
soundfile: Audio file handling
Coqui TTS: Pre-built TTS models (e.g., Tacotron 2, HiFi-GAN)
ESPnet: Research-oriented TTS models
Parallel WaveGAN: Lightweight vocoder
Visualization/Debugging:
matplotlib: Spectrogram visualizationTensorBoard: Training metrics
Environment Tools:
pip or conda: Package managementGit: Repository access
Jupyter Notebook: Prototyping
2 votes -
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.…
28 votes -
WEB AND APPLICATION
It should be possible to write Web and mobile applications of large projects with listed features written in natural language simultaneously in parallel without any problems and in a 100% compatibility manner.
1 vote -
MAJOR PROJECTS IN NATURAL LANGUAGE
In large projects prepared in natural language, he/she must write and finish them in one go without making any mistakes and test every area... he/she must never go outside the project and not act according to his/her own will.
1 vote -
Connect IDX Workspaces to Google Drive to save data when we can't connect to IDX
Firebase Studio should have an option to connect IDX Workspace to Google Drive as a cloud disk for backup when IDX Workspace isn't available. Most of the time IDX Workspace won't work so I need a quick and easy solution to backup my code.
1 vote -
هكر اخلاقي
تعليم التهكير الاخلاقي عن طريق الثغرات
2 votes -
makes the documentations optimised for older chrome versions
The current docs for chrome version 128.0.6613.138 are not functional with dropdown menus and buttons not responsive to hovers and clicks, please make it compatible
2 votes -
Provide referral credits when an application refers an user to Firebase Studio bringing in traffic inflow
Provide referral credits when an application or user name refers an user to Firebase Studio bringing in traffic inflow (like Amazon does on their site)
1 vote -
Available token usage meter or dashboard lights similar to a gas tank.
Need an idea of how many tokens I have available or how fast I'm using them otherwise it's rather an opaque process of running tests and seeing no action due to exhaustion of free credits.
1 vote -
Firebase Unity SDK Cache Hits
When making a request to the realtime database through the Firebase Unity SDK I have no identifier knowing wether the data I get is a cache hit or if it is directly from the realtime database. Either a way to make a request to the DB directly without ever caring about cache or just an identifier wether the hit was cache hit or not would resolve most of my issues.
1 vote -
Broaden Crashlytics velocity error range to allow larger percentages than 1%
We would like to broaden the Crashlytics velocity error percentage so that we can trigger velocity alerts at larger percentages than 1%. 3% would be ideal for our purposes.
7 votes
- Don't see your idea?