2365 results found
-
parametre
je veut ma cle api
3 votes -
Request for flutter project building with AI prototype
Currently, AI prototyping only build nextjs and react project, i request the team to make the AI prototyper to also build flutter projects. The reason is because when users enter the prompt "build a / create a calculator app" then instead of app, it builds the react+ nextjs calculator but use was intending to build Android app and this creates the main problem.
3 votes -
Separate windows and agents for different concerns : ASK, DEVELOP and EXECUTE
Should have 4 different modes ASK, Develop, Commit and Execute each having different color windows. And all 4 should be working simultaneously. And i should be able to use what ever model i want in each of them.
And what should happen should also be very clear in each of those categories.
Ask (General Agent) means no code development, just planning, and asking on anything and everything.
Develop means code will be created, but user has to approve it. And the Studio should be aware of what fragment or portion of the code got approval or none of it.
Execute(Agent…
3 votes -
Live preview of a change before making it.
If developing a small part of the app, like a table, or container with buttons, the prototyper could show a live preview of that feature to more quickly optimize the design before updating the whole code. This would be limited to features that don't integrate with the rest of the prototyped app, or would have dumb buttons instead of actionable buttons.
3 votes -
Clear Gemini History Not Working
Sorry, I hit a snag. Please try again shortly or modify your prompt.
[GoogleGenerativeAI Error]: Error fetching from https://monospace-pa.googleapis.com/v1/models/gemini-2.5-pro:streamGenerateContent?alt=sse: [400 Bad Request] The input token count (9521395) exceeds the maximum number of tokens allowed (1048576).When you try to clear the history on Gemini, this doesn't work. This needs to be fixed, otherwise it prevents vibe coding, etc.
3 votes -
Add "Download ZIP Project" option in IDX Workspaces Menu
I would like to request a feature for Google Cloud IDX.
Currently, in My Workspaces, when selecting a project and opening the menu (⋮), we see options like Duplicate, Share, Rename, Restart, Copy Link, and Delete.👉 Please add an option “Download ZIP Project” directly in this menu.
This will allow users to quickly download their entire project as a clean ZIP file without needing to manually zip via terminal or rely on Git. It will be especially helpful for:
Beginners who just want to back up their project.
Users on limited devices who cannot run heavy Git/IDE setups.
Quick…3 votes -
Links
Reliable
3 votes -
voicechatroom44@gmail.com
-- Users
CREATE TABLE users (
id uuid PRIMARY KEY DEFAULT genrandomuuid(),
username text UNIQUE NOT NULL,
displayname text,
email text UNIQUE,
profilepic text,
type text NOT NULL DEFAULT 'user', -- user | creator | agent
walletcoins bigint DEFAULT 0,
stripeaccountid text,
createdat timestamptz DEFAULT now()
);-- Rooms
CREATE TABLE rooms (
id uuid PRIMARY KEY DEFAULT genrandomuuid(),
title text,
topic text,
hostid uuid REFERENCES users(id),
type text DEFAULT 'public', -- public|private
maxparticipants int DEFAULT 1000,
status text DEFAULT 'scheduled', -- scheduled|live|ended
startedat timestamptz,
scheduledat…3 votes -
Phone Authentication
Estimado equipo de Firebase,
Estoy desarrollando una aplicación móvil en Flutter que utiliza Firebase Authentication con verificación por teléfono. El proyecto está orientado a usuarios en Nicaragua (+505), pero al intentar enviar el código SMS, recibo el siguiente mensaje de error:
"SMS unable to be sent until this region enabled by the app developer."
Ya he habilitado la autenticación por teléfono en la consola de Firebase, configurado números de prueba, y activado la autenticación multifactor por SMS. Sin embargo, el envío de SMS reales sigue bloqueado para esta región.
Solicito amablemente que se habilite el soporte para envío de SMS…
3 votes -
Add different release tracks
Right now Firebase app distribution only allows a big flat list of APKs. We want to have a functionality where we can create different tracks such as daily builds, pre release builds, develop builds etc. to help us better manage the different builds and also our users to better select which build they want to install and test
3 votes -
Transformer une PWA en application native android et iOS
Pouvoir transformer une PWA en application native android et iOS
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):…
3 votes -
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 -
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 -
اريد نموذج قوي وحديث
اريد كود قوي وفعال من اجل ابلاغ ريبورت على انتهاك شخصيه
3 votes -
Firebase studio to support source code in google drive.
That's when it would start feeling like VSCode. I would even go further and suggest, all the gcp artifacts could reside on my google drive folder hierarchy.
- source code files
- artifact registry
- infra automation code
- static hosting files.
- Resource usage and billing on google sheets.
If that's a big ask, provide a way to map the above GCP resources as a google drive.
It gives so much comfort that all is in my drive and I can search/copy/paste with file explorer !!
3 votes -
Superior Version
I propose creating a "Superior Paid Option" that would provide subscribers with technical developer assistance in situations where the built-in LLM is not capable of overcoming complex tasks. It could be a simple Chat Option, but at the very least, an email option to allow creative people with great ideas (but lack the technical ability) to flourish. The "Paid Option" could also provide for better LLM options and can go towards more dedicated software improvements to make this application "Ultra" amazing!
3 votes -
please back the android studio cloud option
the option cloud android studio project it is very helpfull even we use it for many purpose please i request google to back it please
3 votes -
Should make publishing easier for those who don't have credit or debit cards
A publish button that makes publishing easier for those who don't have credit or debit cards
3 votes -
Get back to the previous versions at any point of time.
This is crucial yet important feature, firebase should have. To get back to the old versions. As i experienced my project broke completely, and now i have no option to just go back 2 prompts up and fix it as it was.
3 votes
- Don't see your idea?