Skip to content

General

General

Categories

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

3 results found

  1. This feedback has been automatically imported from Firebase's Bug Tracker.

    216 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  7 comments  ·  Firestore  ·  Admin →
  2. 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 AND price > 5000

    • IntRange & IntRange At Some graphic services: (500 >= x > 0) AND (0 >= y > -500) createdAt before 1 month AND price > 5000

    Query is like this:
    collectionRef
    .where("x", ">", 0).where("x",…

    53 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    6 comments  ·  Firestore  ·  Admin →

    It is now possible to have range and inequality conditions on multiple fields in one query.


    Find the release notes here:


    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



  3. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    6 comments  ·  Firestore  ·  Admin →
  • Don't see your idea?