2101 results found
-
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 -
1. Duplicate projects to Keep version of working app to make experiment easy.
Duplicate projects to keep a version of the working app to make experiments easy.
Making the Firebase Studio's AI able to connect and configure features on Firebase console.
Create time stamps to reset the code
7 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 -
Supabase intergation
Linking supabase into Firebase like a MCP server
9 votes -
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 -
Support Dart in Cloud Functions
Dart is not currently supported in Cloud Functions, so developers need to use more than one language in their code base. Here are some pain points they shared with the Firebase product team about this gap:
- They need to learn another language, and many of them do not have the same expertise in JavaScript as they do in Dart.
- The lack of features and tools, such as Hot Reload and Hot Restart, impacts development speed.
- Developers cannot share business logic and data models across the entire stack.
- Developers cannot use frequently used Dart packages on the…860 votes -
Transformer une PWA en application native android et iOS
Pouvoir transformer une PWA en application native android et iOS
3 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 -
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 -
Support for data connect in the Python Firebase admin SDK
A lot of our Firebase functions are written in Python. It would be useful to have the ability to use Data Connect in these functions too.
7 votes -
Allow connecting the web client to HTTPS-hosted emulators (for Web Push testing & more)
Allow connecting the web client to HTTPS-hosted emulators (for Web Push testing & more)
Browsers nowadays require HTTPS-hosted sites to use some privileged features, like Web Push. HTTPS-hosted sites also typically can not request HTTP content from APIs ("protocol downgrade" errors).
Most Firebase Emulators are not built to work with HTTPS, which puts up a big obstacle to test HTTPS-enabled features on external devices (e.g. test locally-hosted Web Push server code on an external Android phone).
Server-side: Firebase emulators don't offer ways to be served over HTTPS, but tools like ngrok or a local HTTPS proxy offer simple workarounds for…
49 votes -
To Be Real Assistant As Companion At Social Media platforms and To Improve your successful job And Earning profits By Telling your Ideas To
As Example: Connect All Informations And Gathering documents To Get Correct Hs Code For Products And Prices To Combare To Get The Most Intelligent Deals
4 votes -
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 -
Orange
Je vais quitter la ligne orange
1 vote -
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 -
Proposal for long term, low footprint (minimize tokens) written memory of conversations, tasks and goals.
I propose a long term feature that allows users to enable an auto-management of a "diary" that logs session activities and summarizes as you use studio.
There is the short term and long term aspect of this feature. During the current session, since its ephemeral, when major conversation topic shifts or efforts shift, we notate that in the short term memory; every time we reload a new session, we review the past short term, summarize/compress , and add it to our long term "memory" or diary. Then we start fresh for the day, with some context of the past efforts.…
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 -
Override build and run scripts apphosting.yaml doesn't work
I've implemented override build and run scripts in apphosting.yaml following this documentation https://firebase.google.com/docs/app-hosting/configure#override-scripts but it doesn't work. I discovered the we can override the run script by add runCommand in runConfig (https://github.com/FirebaseExtended/firebase-framework-tools?tab=readme-ov-file#runconfig) and this works. But to override build command i can't find the right documentation
3 votes -
Reset Prototyper
Ability to reset prototyper so that it doesn't stop after a certain limit is reached on a project. Since that halts productivity.
5 votes
- Don't see your idea?