136 results found
-
[HIGH] Add support for bitwise operators in security rules
It would be nice if we have support for & | ^ bitwise operators in security rules for both firestore and cloud storage.
This highly improves roles and access rights check using only one integer instead of a Map of booleans.1 vote -
Add copy source code to Firestore Query Builder
It'd be great if Query Builder had a way to translate whatever query you're running into a code snippet. Something like Firestore's docs where you can select a language and then copy the code.
1 vote -
1 vote
-
1 vote
-
to
Rofikul22114
1 vote -
Improve firestore rules debug info
Improve firestore rules debug info:
2 features will really improve the debugging of firestore rules:
- Add a "label" parameter to the debug() function to identify the result in the debug log file of the emulator. Right now, only the value is printed, it is very confusing when you have several debug calls...
- Improve the error message returned to the client so we can understand the permission denied. Right now the message contains very little information and it is not helpful a all..,2 votes -
Allow to convert a Set() to a List() in the Firestore rules
There is a very annoying limitation in the Firestore rules: you cannot convert a Set() to a List().
This prevents a lot of possibility especially when using Map().diff().affectedKeys(): there is no way to access the first element for example.
My use case is the following:
On my client side, I am incrementing the value of a map element, ie:
MapFieldValue resources;
resources["gold"] = FieldValue::Increment(-amount);And on the rules side, I want to ensure that the resulting value is always positive (ie you cannot spend more gold than you have, even concurrently!):
let updatedKeys = (resource.data.diff(request.resource.data).affectedKeys());
return (updatedKeys.size() == 1 &&…1 vote -
firestore pipeline as rulev3/transformation
Additional to just a condition for allow read/write. I think firestore rule should be replaced with transform function. It should utilize pipeline operation and return document to read/write. So that it could force add field or change logic to generate some field on every document without redeploy client
1 vote -
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 -
Enjoying the clean, simple design for Real-time Database
Just positive feedback for the Firebase team! I'm a retired software engineer developing small 2-D Android-based games for my family and others.
The real-time database allows me to run these games across the web, among mukltiple Android devices, with no need for a "back-end", and is so much cleaner and easier to set up and use than the Android Bluetooth APIs, which are of course limited in scope and reach.
THANK YOU to the Firebase team for providing such an elegant service.1 vote -
reference Bazel label paths for dependencies, possibly from a BUILD file or workspace definition.
UUID Group Name
74fd13fa90f483537a1866505fae79762f121b96 Empty Group = NoOne
c70777b3b2b15fd1baf444b2b6e968d75e3a405c chromeos-committers
global:Anonymous-Users Anonymous Users
global:Registered-Users Registered Users1 vote -
1 vote
-
Query filter for Nested Arrays
Adding a query method to filter the nested arrays in the firestore collection would be more scalable to get data faster. This would avoid the unnecessary looping of the data for finding a particular field, which are already stored in an array.
This feature would make the firestore to perform extraordinarily in retreiving the data.
2 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.
4 votes -
Search and Sort Indexes
In the Indexes section of the Firestore, there should be search tool for the Collections indexed. Alternatively, it should be sortable along with the Status. In a 200-limit collection indexes, I have to scroll 20 pages (since 10 is the default number of index items per page) just to find if some index already exist
1 vote -
Search and Sort Indexes
In the Indexes section of the Firestore, there should be search tool for the Collections indexed. Alternatively, it should be sortable along with the Status. In a 200-limit collection indexes, I have to scroll 20 pages (since 10 is the default number of index items per page) just to find if some index already exist
1 vote -
Bd
Xvkxc
1 vote -
New Category: Showcase
Can we add a new category for community.firebasestudio.dev to showcase examples of projects people have built and deployed with Firebase Studio? The current categories make it hard to find examples of deployed apps. This would simplify discover of what community members have built and deployed.
1 vote -
Improving generate idea loader experience
The loader that is shown while waiting for the AI to work on your idea should be progress indicator instead of some animated loader that just animates. This is not properly telling me if there is an issue or is the app is being created. I am just waiting to see the results
1 vote
- Don't see your idea?