2062 results found
-
Travail intellectuelle
Je vais un travail
1 vote -
1 vote
-
A M-pesa app but cheaper on transactions
Cheapest app on transactions
1 vote -
Saving, giving loans and sending money
Assisting Kenyans
1 vote -
Commit suggestion based on User satisfaction
We forgot to commit in good times, and by excitement went to the wrong direction and ruin it all, especially if we're some beginners. If user is satisfied with something, ask him/her to commit, could be the best advice.
1 vote -
Undo AI completion
It would be great if there was a undo button to every changes that AI has made.
1 vote -
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…1 vote -
Links
Reliable
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 -
Firestore Rules Tab - Separation of Concerns
Firestore rules tab should allow deploying multiple tabs so that all rules are not in the same rules container in the UI. This will allow us to create separation of concerns(collections) to their own tabs. To prevent massive running list of rules.
As an example:
I have 2 collections
Users
PetsI should be able to write my rules for Users in a tab.
Then in a completely separate tab, write the rules for PetsThen deploy them individually or all at the same time.
2 votes -
1 vote
-
Option to disable a single remote config so data is not sent
Essentially a toggle for each of the remote config values, so they individually can be disabled without having to remove the setting of set its content empty
1 vote -
When in source code view, I want to be able to select a component within the web preview panel and perform code or AI actions.
When in source code view, I want the ability to select a component within the web preview panel and perform code or AI actions.
At a minimum, I would like the same functionality available in Prototyper, where you can select a component and apply an action to it, such as running an AI prompt. Currently, this feature is only available in Prototyper, but it would also be highly valuable in source code view, especially since we have access to the Gemini chat panel there.
I would also like this capability expanded to allow direct navigation to the selected component’s location…
1 vote -
Gemini Live API Voice Interrupts
Requesting support for user voice interrupts when using the Gemini Live API. Currently, the model keeps talking (often for 10+ seconds) about an old topic even if the user speaks over it.
Relevant documentation section: https://firebase.google.com/docs/ai-logic/live-api?api=dev#handle-interruptions
1 vote -
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…
1 vote -
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
1 vote -
Obfuscate or hide GoogleService-Info.plist
Secret information in GoogleService-Info.plist is easily accessible by downloading .ipa from App Store via Apple Configurator and unpacking it. That is a big security issue.
1 vote -
Add kill switch in the console
There really should be a big red switch in the Firebase console to temporarily disable the application.
If I'm under DOS attack or critical security/privacy issue got exposed I need a very quick way to shutdown the service temporarily until the fix is ready.
You will not need it until you need it!It seems only possible from CLI, and having the right version of CLI handy in the not so active project is close to impossible, so this is really a console requirement.
1 vote -
Localize
I would like the ability to be able to localize notifications like we can with in-app messages please. Because as it is now, we have to make a separate message for each language which uses up our allotted messages limit quickly.
1 vote -
Control Over Frequency
I would like control over the frequency of the in-app messages popping up in 1 session. If a user is eligible for 3 messages I dont want them popping up one after another. I would like the ability to space them out by minutes, hours, days or sessions please. And what about being able to make a slideshow of images as an in-app message?
1 vote
- Don't see your idea?