2321 results found
-
Support for One-Time Code (Passwordless) Login
Firebase Auth should offer a native one-time code login flow, similar to Azure AD’s Device Code Flow.
This would allow users to authenticate by entering a short code received via email, without clicking links or relying on deep links, which often fail in desktop or web apps.
A simple code-based login would make authentication more inclusive, faster, and reliable for all users, especially those without social accounts or using devices different from their email client.
3 votes -
firebase MCP and gemini-cli integrated
I am using the gemini-cli + firebase MCP and my build fails. Gemini-cli asks me to copy-paste the logs from firebase console. Could all the troubleshooting be integrated please? thanks
3 votes -
Make it easier to just pay for advanced models directly without having to manage API key in a separate window
The fewer clicks the better. Also, I should not have to create a cloud project just to create an api key for my existing firebase studio project. Thanks!
3 votes -
Bun Support
It could be great to have the modern Bun runtime for Javascript/Typescript.
3 votes -
Voice over
I can give my voice over to control
3 votes -
3 votes
-
Request to Enable Firebase Phone Authentication in Somalia.
I am writing to request that Firebase Phone Authentication be enabled for Somalia. Over the past two years, there has been significant growth in the use of Flutter and Firebase to develop mobile apps in Somalia. However, the lack of phone authentication support in this region has created a barrier for developers.
Phone authentication is essential for securing user accounts and is widely used in regions like ours. Enabling this feature in Somalia would greatly benefit both developers and users by improving accessibility and security.
I kindly ask you to consider this request and enable Firebase Phone Authentication for Somalia.
3 votes -
Workspace Restart Notification
Display a clear, simple notification after a user restarts their workspace to confirm that the action was completed successfully.
For example, after the workspace reloads, a temporary banner or toast notification could appear at the top of the screen with a message like:
"Your workspace has been restarted successfully."
This provides immediate and unambiguous feedback, letting the user know the restart is complete and they can continue their work.
3 votes -
Add support to document Why change was published
There should be an optional note field when publishing changes to explain why these changes to the config were published. Moreover, it would be great to have a simple history view of what changes were published with notes.
Right now, we can only see WHEN and WHO published the latest changes, but we don't know WHY
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 -
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
- Don't see your idea?