3 results found
-
Automatic Backups for Firestore
This feedback has been automatically imported from Firebase's Bug Tracker.
216 votes -
Support multiple range query
We would like to narrow down the range so that it can be divided and synchronized, but it is not enough if there is only one range condition.
It would be great if we could narrow down it by two conditions by adding at least one more range.For example,
* TimeRange & IntRange
At Some EC services:createdAt
before 1 month ANDprice
> 5000- IntRange & IntRange
At Some graphic services: (500 >=
x
> 0) AND (0 >=y
> -500)createdAt
before 1 month ANDprice
> 5000
Query is like this:
collectionRef
.where("x", ">", 0).where("x",…53 votesIt is now possible to have range and inequality conditions on multiple fields in one query.
Find the release notes here:
- https://cloud.google.com/firestore/docs/release-notes#March_27_2024
- https://firebase.google.com/support/releases#firestore-query-explain
And the documentation here:
- https://firebase.google.com/docs/firestore/query-data/multiple-range-fields
- https://firebase.google.com/docs/firestore/query-data/multiple-range-optimize-indexes
- IntRange & IntRange
At Some graphic services: (500 >=
-
Multitenant Firestore Database
Allows the creation of multiple databases in Firestore. In datastore, it already has out-of-the-box multitenancy support that allows logical partitioning of data. While you can separate tenants through collections, it helps if we have this natively.
27 votesThis feature shipped in preview on July 10, 2023: https://cloud.google.com/firestore/docs/release-notes#July_07_2023
- Don't see your idea?