2076 results found
-
Partial No-Code options
Has option to switch to partial no-code like Adalo, where developers can select the type of layouts, colors, move or drag the options, as it would be more easy to do for some cases than chatting/vibe coding
4 votes -
Transformer une PWA en application native android et iOS
Pouvoir transformer une PWA en application native android et iOS
3 votes -
You first
What is your idea, what idea come up for now
3 votes -
Local File Intelligence Pipeline using Firebase Emulators and Gemini.
This system runs entirely on your local machine using the Firebase Emulator Suite, which simulates the Firebase cloud environment. It connects a local file system event to the Gemini API for analysis.
Core Components:
Local File Watcher: A simple script (e.g., using Node.js with the chokidar library) that monitors specific folders on your computer for new files.
Firebase Emulator Suite: Your local "cloud" containing:
Cloud Storage Emulator: To temporarily hold the file being processed.
Cloud Functions Emulator: To run the AI logic when a new file is added.
Firestore Emulator: To store the structured AI results.
Google AI (Gemini API):…
0 votes -
Data connect Full-text Search
First of all, thank you so much for the new Full-text Search feature! :)
In our team, we would really love the following more advanced features, if possible, related to it:
- Fuzzy matching: it would allow searches to be resilient to common typos and misspellings.
- Prefix matching: it would enable users to find words that start with a specific string of characters, such as "invoic" returning "invoice," "invoices," and "invoicing."
- Column-Specific Search: Instead of searching across all marked "searchable" columns, I would like to choose to focus a specific query on a specific subset. This would be…3 votes -
Avoiding mock functions, placeholders, and demo functions.
A recurring problem with Gemini is that when asked to implement functions, it often generates mock functions, placeholders, or demo code instead of real, production-ready logic. This makes the output more suitable for prototypes and proofs of concept, but useless in actual development or production environments. To solve this, Gemini should follow a strict mode-based rule. In prototype mode, it may generate mock data or placeholder functions for quick demonstrations. However, in development or production mode, it must always deliver fully functional, non-mock implementations. This ensures projects remain practical, reliable, and ready for real-world deployment.
1 vote -
Avoiding mock functions, placeholders, and demo functions.
Gemini should be told a rule that never provide mock functions, placeholders and demo
most of the time i see this issue, when i asked it to add a function it add mock functions, just a demo project.
this is making useless projects it mean only that firebase studio can be only used for prototype.
In rules, which it should always follow this rule can be set as mode
if mode is prototype then it can go for placeholders and mock data but if its development or production then this is useless with mock or placeholder building the apps.I…
1 vote -
Auto build Dev.nix preview for any project that is started with git hub Repo
When a user create a new project and link it with a github repo , it should create dev.nix file and preview automatically by reading the project instead user needed this to build manually.
Same should be done if user uploaded a project to firebase studio.3 votes -
Saving chat convo per task like in cursor ide
Current chat feature in prototyper gets too long and going back to previous request is difficult. It would be nice to create a separate chat convo per task. The prototyper will auto save the task and giving it a title or description about the task. This way it is easier to go back to the task if we want to update or revise related to the task. At the same time easily restore the code to that particular task
2 votes -
1 vote
-
Ghosts
Browse
3 votes -
✌️
61277776
2 votes -
History Restore option
Implement a version control or history tracking system for your workspace that allows you to view and restore previous states of your features. Specifically, add a "history restore" option accessible through the user interface, enabling you to revert to a prior version of the feature if the latest changes cause issues and history navigation is currently unavailable. Ensure that this system maintains a reliable history log, provides an intuitive restore function, and integrates seamlessly with existing workspace functionalities.
3 votes -
For social
Yes my work
3 votes -
only 5 projects should be able to have 30 projects?
needing to add more projects
2 votes -
Origen360
ArroyoIA.com
1 vote -
1 vote
-
Edit Project UI in Preview Window
Add the option to edit the UI of the current project in the preview window (Like Lovable) For example, once the code is generated for a landing page, allow me to edit the text directly in the preview window as opposed to doing this in the code directly.
3 votes -
Add an option to open a project directly in code view
There is no option in Firebase studio, to open a project directly in code view. If you wish to do so, first you have to click on a project, opens in prototyper mode, but then you have to quickly switch to code view.
3 votes -
Map Firebase Data Connect (FDC) schema to custom postgres schema (not PUBLIC)
Currently, any gql files placed in schema folder generate one FDC schema in FDC console, which generates associated tables in postgres PUBLIC schema. Putting tables there is not ideal.
It would be nice if creating additional subfolders within schema source folder (or some other mechanism) could allow mapping to developer defined postgres schemas other than PUBLIC. For example, the following folder structure:
schema/appname/*.gql
would map to APPNAME schema in Postgres and tables would be created there.
1 vote
- Don't see your idea?