1205 results found
-
Voice over
I can give my voice over to control
3 votes -
Missing Primitives: Transaction Awareness and Trusted Server Metadata in Security Rules
Firestore Security Rules currently lack two capabilities that force developers to choose between security, performance, and maintainability.
- Lack of Transaction/Batch Awareness Rules cannot verify if a write is part of an atomic batch or transaction. This makes it impossible to enforce multi-document integrity constraints natively.
The Fallout: Developers must either trust the client to perform all parts of an operation (unsafe) or move logic to Cloud Functions. This introduces latency and cold-starts, but more importantly, it fragments security logic. Concise, native rules bolster security because they are easier to audit and are implemented correctly more often than fragmented, multi-layered workarounds.
- …
1 vote -
Gemini in firebase
I think it would be a great idea to be able to create more one context chat with gemini , with ability to link them together , or merging them.
Especially while gemini right now in Firebase , is very It is very distracted and does not adhere to instructions and commands and performs actions repeatedly and repeatedly outside the user's control, also it should be made more committed to the instructions and it has not been clearly indicated previously not to do so, for example if you ask to change the color of a button on the site, you…
1 vote -
1 vote
-
Allow users to easily leave or disconnect from Firebase projects they no longer belong to
When developers change companies or stop collaborating on a project, they often remain listed as members of Firebase projects that they no longer use or have access to.
Currently, the only way to be removed from a project is for a project owner or administrator to manually remove the user from the project permissions. This becomes problematic when:
The developer no longer has contact with the project owner
The company forgets to remove former collaborators
The user wants to clean up their Firebase project list
I suggest adding a “Leave Project” or “Disconnect from Project” option directly in the Firebase…
1 vote -
1 vote
-
preview env links support
currently its needed to deploy the app to firebase hosting AND firebase app hosting to get preview links working, thats making things more complex than needed...
1 vote -
سهل الربط بالتسلسل بين خدمات غوغل كلاود وطرق الدفع واستقبال الدفعات تحت شاشة مراقبة ضمن صفحة المؤسسة لدى العميل على غوغل وورك سباس
سهل الربط بالتسلسل بين خدمات غوغل كلاود وطرق الدفع واستقبال الدفعات تحت شاشة مراقبة ضمن صفحة المؤسسة لدى العميل على غوغل وورك سباس
1 vote -
Figure out a way to make menus/options User Friendly - I tried setting up Email Trigger in an APP - maybe I will get it figured out a year f
Fix the menu process flow for set-up - think like a user instead of a Nerd Progrmmer or enable Gemini to do some work for users
1 vote -
I want to able to set Cloud Run Execution Environment in Cloud Functions
https://docs.cloud.google.com/run/docs/configuring/execution-environments
Since Cloud Functions v2 run on Cloud Run and Cloud Run supports two different execution environment, I want to be able to set them, e.g.
const { onRequest } = require("firebase-functions/v2/https");
// Set it for a specific function
exports.myFunction = onRequest({
executionEnvironment: 'gen1', // This tells Cloud Run to use its Gen1 environment
memory: '256MiB',
}, (req, res) => {
res.send("Running on Cloud Run Gen1 environment!");
});1 vote -
Make prototyping AI ask to make changes
The prototyping AI will automatically start making changes after I ask a simple question. I have to type "don't make changes" after each prompt. It needs to confirm changes before editing.
7 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.
5 votes -
meraestore
Aap store Play store Google service Google product
2 votes -
BUILD
LOVE
2 votes -
Any one hacke my phone automatically attacks how track that devices totally collapsed
Hel that himself completely distracted.
Only one system connected.4 votes -
Gemini Live startAudioConversation(): Add API for user feedback on audio input/output events
Testing startAudioConversation() APIs here:
- https://firebase.google.com/docs/ai-logic/live-api?api=dev
- https://developer.android.com/ai/gemini/live
Including the sample app here:
One feature (new API addition) that I would want:
I would like to know when audio processing is happening, ie. input audio and output - a bit similar to the Gemini app's Live functionality on Android. So I would like to have a way to show:
- audio wave or audio pulsation to indicate to the user that input is being received
Additionally I would also like to +1, in the same vein, the implementation of the transcription API (also, exactly like the Gemini app's functionality) - as was…
3 votes -
Allow setting cloud build machine type in app hosting config
Default cloud build machine is e2-medium which only has 4GB ram
My epic nodejs web app build will OOM on heap when i has <4 GB ram
Please allow me to set build machine type to e2-standard-2 in apphosting.yaml4 votes -
GGV Hub: A Physical AI Ecosystem integration with Firebase and Gemini for Autonomous Retail
Proposal: GGV (Google Gemini Valley) Hub
I suggest integrating Firebase with Gemini to power a physical AI-driven ecosystem called "GGV". This concept features:
Full-Auto Retail: A Gemini-managed supermarket with robotic assistance.
AI Cinema: Dynamic content generated in real-time by Google’s AI models.
Smart Workspace: High-tech, acoustic-insulated office pods for rent.
This physical landmark will serve as a "Soft Power" asset for Google, showcasing Gemini's real-world dominance beyond digital interfaces1 vote -
Multiple Roles
As of now, firebase only supports single role. We want multiple role support. Example, Employer, Employee, Admin etc.
3 votes -
1 vote
- Don't see your idea?