1216 results found
-
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 -
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 -
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 -
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 -
Multiple Roles
As of now, firebase only supports single role. We want multiple role support. Example, Employer, Employee, Admin etc.
3 votes -
1 vote
-
make a software that acts as library for books
my idea is to create an android$ios software app that will be holding books for leading or which will act as a library
2 votes -
Support Next.js Image Optimizations
Using Next/Image on Firebase App Hosting makes images load slowly. Are Next's built-in image optimizations working with Firebase App Hosting? When a second container starts, does the new container need to optimize every image again, or do containers share image files somehow? When a container shuts down, are those optimized images lost, or are they stored in persistent file storage?
37 votes -
Put the collection name in the beginning of the page title of the Firebase web console
Right now it goes "Project Name - Database - Data - Firebase console" which can get confusing when i have multiple tabs open.
2 votes -
1 vote
-
User AI technology
User AI technology image generator text chat
6 votes
- Don't see your idea?