1852 results found
-
Apple “Action Required: Apple Push Notification Service Server Certificate Update”
Good afternoon,
We received this email from Apple “Action Required: Apple Push Notification Service Server Certificate Update” but since our notification service is managed by the Microsoft Azure platform through the Firebase platform, do we have to update something or is the platform updated automatically?
2 votes -
A method to coercive reboot VPS Android Studio
The VPS Ubuntu runs Android Studio on my IDX often. It did not respond to anything and I had to wait until the IDX turned off, I could turn it back. A reboot -restraint button will be very helpful
1 vote -
add support for websockets
I would like to have support for websockets since right now whenever you try to connect a backend and frontend from the same node instance the web preview hangs on loading state.
1 vote -
1 vote
-
CMS Like Wordpress
Firebase studio should introduce a cms system for building quick websites & apps like ecomerse, web tools, company sites, business sites for free
1 vote -
Enable source map support
Since Node 12 it has built-in source map support. For cloud run deployments we can start the node server with the flag --enable-source-maps, but for cloud functions we don't have this control.
I don't understand why we still need to install and register the source-map-support NPM package in our code to get source maps to work.
I suggest to have a configuration option that enables the flag, preventing us from having to manually install a package that is considered obsolete for newer versions of Node.
3 votes -
Cloud Functions versioning
It will be great to have an easy way to deploy different versions of our API and access them by adding a "v1" or "v2" to the URL.
Currently, we can do it manually by changing the name of the function, but the ideal is to have a new parameter in the deployment process (CLI) to "group" them in versions.
This idea is great to roll out and have different versions living side by side until the production version that uses the new API is released to all the users.5 votes -
GraphQL Federation
Support federating a Data Connect service with other GraphQL schemas using federation protocols. Stitch together existing GraphQL services with Data Connect.
15 votes -
Managed SQL Schema Migrations
Data Connect automatically queues and applies database schema migrations as you make changes to your application's schema including destructive migration detection and diff approval.
16 votes -
Gemini should especially know how to edit .idx/dev.nix.
Currently, it is wrong 100% of the time when attempting:
"Edit .idx/dev.nix to add IDE extension XYZ"
"Edit .idx/dev.nix to add package XYZ"
"Edit .idx/dev.nix to add python with numpy"The AI cannot verify if the request already exists, attempts edits even if already configured correctly, and is wrong when trying to make configurations.
1 vote -
has a readme for every file and whats be built and what going to be built
has a readme for every file and whats be built and what going to be built, also has a prototype for smaller chunks for example you can only have protoypes at the beigning to be built for you why not in every folder could be a protoype
1 vote -
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
1 vote -
Add a tick box in firebase to enable "--auto-google-login" for a test
I need to be able to auto login a user to get past google play services auto login screens please.
1 vote -
allow user to save version manually
new bugs from LLM occur when conversations become long, it's crucial to be able to save earlier working versions, to save Google computing power too.
1 vote -
1 vote
-
Automatic Deployment of Changed Firebase Functions
Firebase should offer a built-in feature to automatically detect changes to Cloud Functions and deploy only those functions, grouped into manageable batches to avoid rate limits. This feature would streamline deployments by:
- Scanning the project directory to identify functions with modified code since the last deployment.
- Automatically batching the deployment of changed functions based on rate limit thresholds (e.g., 8-10 functions per batch).
- Handling the deployment process transparently within the Firebase CLI or CI/CD integrations, reducing manual intervention.
This functionality would save time, minimize deployment errors, and improve developer workflows, particularly in large projects with numerous functions.
4 votes -
test
test
1 vote -
Backup
It would be good to implement the possibility of making backups of our project at a point "x" on the timeline...to be able to go back, in case we make a big mistake several times.
1 vote -
onDisconnect for firestore (user presence)
https://firebase.google.com/docs/firestore/solutions/presence
We have a workaround by using Realtime Database, but if you don't work realtime databases in your app, this seems inefficient and cumbersome. I'd like to see a native method for Firestore that offers this functionality. Perhaps offer a onSnapshot.disconnect hook.
45 votes -
Allow physical device connection for flutter
It would be totally awesome if you could use a real device to debug your apps in Flutter. I know it might be impossible, at least for IOS since compilation occurs in an insolated virtual container that is not linked in anyway to your device. However in Android it might be more feasible, since Android it's more flexible with security. This would make Flutter development accessible to anyone, I would totally switch my macbook for this.
39 votes
- Don't see your idea?