2144 results found
-
3 votes
-
Fallback to Gemma when browser based models are not available in the Hybrid SDK
When using Firebase AI Logic for hybrid inference, I want to be able to support users that are using non-Chrome browsers to still be able to run inference. In this case, give me an option to download Gemma and run inference for my users running a non-Chrome browser. This preserves the PREFERONDEVICE or ONLYONDEVICE flags I have set and allows my users to continue to benefit the rewards of my app without needing to download a new browser.
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 -
Let Gemini see your firebase screen
Often it has given steps but have been out of date. Example: "My memory of the Google Cloud interface was incorrect.". i end up having to copy and paste my screen, so Gemini can see what i am looking at.
3 votes -
Fully agentic mode
a option Where you can explain your project, and it gets you a fullstack version With authentication and pricing inbuilt and it just asks for keys and other stuff. can iterate prompt as Well, asks What features the creator Wants as Well in it and more
3 votes -
Flag specific files or even code sections as DO NOT TOUCH for the agent
I've had plenty of projects where unexpected (an often unnecesary) changes to config files break the app and it usually takes multiple rollbacks to go back to the stable version .
I've seen this specially happen in config files (.env,firestore.rules,etc) where configs are set to invalid values and unless they get caught in the file diffs they make us think the problem is with the new generated code when acutally is a base setup that has been changed.would it be possible to flag certain files (eg .ai-ignore file) or annotate code in some way to let the coding agent…
3 votes -
Web preview for Flutter apps in Firebase Studio should support stateful hot reload
When I made a change to my Flutter code in Firebase Studio, the web preview perform a full reload - which loses the state of the app and takes multiple seconds.
It would be good if it did (or had an option to do) a hot reload for the web preview, so that the state was maintained and the reload would be sub-second.
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 -
Debian, Ubuntu, more machine types, and root privileges
Debian/Ubuntu is because for a familiar environment as not everyone knows Nix. [Nix should be optional option to select OS, not enforced. Nix does not follow the FHS.]
More machine types for prototyping apps (and their dependencies) that require high specifications. [because there are apps that are resource intensive to compile.]
Root privileges for control over the environment. [because if someone wants to install X that is not available on any of Nix, they might need root access to install it on the root folder (/).]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 -
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 -
Transformer une PWA en application native android et iOS
Pouvoir transformer une PWA en application native android et iOS
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 -
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.
3 votes -
Bulk Topic Subscription Operations
In some apps, it is desirable for a user to subscribe to multiple topics by default, and it also is desireable to allow users to subscribe to/unsubscribe from many topics at once. For example, "I want all/no weather notifications" may entail subscribing/unsubscribing to "thunderstorm-warnings", "thunderstorm-watches", "tornados-warnings", "tornado-watches", etc, for all the topics of that type in your app.
Currently, you have to make one API call for each of these. This is very slow, has unnecessary network overhead, and complicates calling code.
My proposed feature: add "subscribeToTopics" and "unsubscribeFromTopics" methods to the SDKs. The signature would be (depedning on the…
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
- Don't see your idea?