2219 results found
-
Cannot find how to open UI easily
Whatever .dev url that the app actually runs on should be exceedingly easy to find. A giant button to open the app UI or even just open it automatically. Almost completely forgot how to find the right .dev url for my app and Gemini was unable to tell me. Otherwise keep up the great work!
2 votes -
Links
Reliable
3 votes -
Pre-built User Authentication & Common App Features
We propose adding a suite of pre-built, configurable modules for user authentication and other common application features directly into Firebase Studio. This would allow developers to quickly set up essential functionality without writing repetitive boilerplate code.
Why this is important: Many developers spend significant time implementing standard features like user registration, login, and profile management. By providing these components out-of-the-box, Firebase Studio would enable developers to skip these steps and focus immediately on building their app's unique and core functionality. This would dramatically accelerate development speed and improve time-to-market.
Core Features to Include: User Authentication Module: A ready-to-use system for…
4 votes -
Realtime database console, usage tooltip scroll
If you have many RTDB instances, it's practically impossible to use the Usage tab in the console and view the tooltips. I have to scroll out to 25% in my browser, to see our current full list, and we may have more in the future. You should add a way to scroll the tooltip. I'm thinking: click graph, so you know which tooltip to show, and then make the tooltip static and scrollable. But it could be implemented however makes sense to the developers, as long as I can scroll down the tooltip and not have to zoom way out…
2 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 -
I Wish I Could Have A Conversation With Firebase!
I Am A 60-year-old Dyslexic Man Who's Done All Kinds Of Tool Designs In Every Kind Of Work You Can Think Of But Now I'm Physically Crippled And I'm Trying To Learn To Vibe Code, And It Would Be So Helpful If I Could Actually Have A Conversation With Firebase AI, I Already Have A Program That Types When I Talk, (I'm Using It Right Now!) But If Firebase Could Talk Back To Me, Reading What It Writes Back To Me, That Would Be Such A Huge Help!
3 votes -
1 vote
-
Ajuda para pagamento
Alguém pode me ajudar em como efetuar um pagamento via google workspace, para reativar meu serviço no Firebase? Meu banco de dados está suspenso.
2 votes -
Firebase is gradually moving many features that were previously free on the Spark plan to the Blaze (paid) plan. This shift reduces the numb
Firebase is gradually moving many features that were previously free on the Spark plan to the Blaze (paid) plan. This shift reduces the number of truly free services, which is disappointing for developers relying on Firebase’s free tier.
2 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 -
Firebase Should Work With Kotlin Multiplatform
KMP is now getting stable and the Firebase should be able to be used in these projects
4 votes -
Conversation history with save and edit points
I was asked to go find my gemini api key which made me lose the original tab. When i came back i only had the IDE and zero conversation history. The vibe flow was gone. I was bummed, not vibed. Anyway, conversation history should be permanent, and link that with save and edit points. This should also go towards memory.
9 votes -
Futuro de ideas 💡
Excelente prototipo actualizador
1 vote -
Support other stack when using Prototype an app with AI
- Instead of only supporting nextjs, tailwindcss. It can also support Vite, Angular, etc...
- Also add option to help switch between normal workspace and being able to use Prototype an app with AI
- Add Github management section: to be able to connect once, and then each workspace can connect automatically (create repository, push, ...), can be select existed repository when create new workspace
5 votes -
Transformer une PWA en application native android et iOS
Pouvoir transformer une PWA en application native android et iOS
3 votes -
Add support for country-based user targeting in Firebase SDK
It would be very helpful if the Firebase SDK included built-in support for targeting users based on their country. Currently, we have to handle this manually using workarounds or backend logic. Native support in the SDK for accessing the user’s country (based on IP or locale) and using it for feature targeting, in-app messaging, or remote config conditions would streamline country-specific personalization and improve the user experience.
This feature would allow us to:
Show different content or messages to users based on their country.
Better segment users for A/B testing or campaigns.
Reduce backend dependency for basic geographic targeting.
Please…
8 votes -
: “Make Firebase the best home for AI + Media: Vector Search, AI Studio (Genkit), India‑first Auth, and Media Extensions”
We’re building LegacyVerse Studio—a global, culture‑rooted AI platform (clones, memories, voice, and music). To keep Firebase at the heart of our stack, we need:
Managed Vector Search for Firestore (embeddings + whereNear()),
Firebase + Genkit “AI Studio” in Console (flows, tools, evals, deploy, cost dashboard),
Official AI Media Extensions: Gemini TTS/STT, audio transcode to HLS/MP3, normalization, subtitles,
India‑first Phone Auth improvements (DLT, fallback providers, better deliverability & pricing clarity),
Edge Functions on Hosting with streaming (SSE) for low‑latency AI,
Firestore TTL + simple archival tier for cost control,
Built‑in multi‑tenant RBAC patterns for orgs/workspaces,
Native full‑text search (Indic aware) with…
4 votes -
NuxtJS
I see that NextJS Reactive framework is available.. it would be awesome if Nuxt would be available too, given that Vue is available, then Nuxt would be a nice addition. :)
2 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 -
PHP SOFTWARE LANGUAGES
It should be able to understand the desired features in natural language in programming languages such as Laravel, Codeigniter, WordPress, create themes, create plugins, integrate them without any problems, and be able to do live previews.
4 votes
- Don't see your idea?