127 results found
-
1 vote
-
🔥🗑️ Desaster recovery for full firebase project
It would be great to have a daily disaster recovery feature for the entire Firebase project, not just Firestore. Rollouts can corrupt auth objects or storage files (e.g. user images), and while Storage backups can be automate (e.g. via Transfer Service), there's no built-in way to automatically back up and restore Firebase Auth. Ideally, there would be a "Timeline" tab in the console, allowing you to rollback the full project—Auth, Firestore, Storage, or any other service used —to any recent daily snapshot, with of course costs depending on read/write/storage usage. This would significantly improve safety and confidence during production changes.…
6 votes -
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 -
มองทาง
ดูเเล้วลงมือทำในสิ่งที่ดูเพื่อเพิ่มศักยภาพในการทำงานของระบบปฏิบัติอยู่ที่ตรงหน้าเท่านั้น
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 -
Allow String to Timestamp conversion in Firestore rules
In Firestore rule, it could be very powerful to convert String containing date to Timestamp. For example, the RevenueCat extension store date as ISO 8601 string and we can't use them in firestore rule because date are not Timestamp.
In my Firestore rule, I would like to do something like :
timestamp.parse(collection.data.expires_date) > request.time
25 votes -
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 -
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 -
4 votes
-
4 votes
-
Bd
Xvkxc
1 vote -
View Firestore Total Space Used
Currently, billing/usage only shows usage for reads/writes/deletes. We are also being billed for total storage space. Can you please add observability into how much space is currently being used across each Firestore Database?
9 votes -
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 -
Transaction should update the local offline cache
It is a surprise to users (and Gemini) that writing documents using a transaction does not result in the local offline cache being updated when the transaction completes successfully. I'm not sure that it makes sense for the SDK to do this automatically but the firestore docs need to be updated (including the code examples) to make it clear that the local cache does not get updated. There may be some documents in the set being written that are never written by other users, in which case the local user is not expecting to have to have a listener running…
2 votes -
Is anyone else unable to sign into the support page?
Whenever trying to sign into the support page to log an issue the page refreshes but does not sign me or my coworkers in, is anyone else experiencing this issue? I have been unable to find any support from firebase, hoping this gets some traction.
3 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 -
Speed up Firestore Index Creation
I absolutely love the fact how firebase handles non-existing indexes with a link to the creation of an index.
I also understand, that building the index, even for an empty database takes a couple of minutes, but maybe there is something you can do to speed up the process.7 votes -
353 votes
-
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?