Skip to content

General

General

Categories

JUMP TO ANOTHER FORUM

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

6 results found

  1. Add support for the GraphQL enum type in @table types.

    102 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

  2. Index and query your data with full-text search leveraging PostgreSQL's built-in capabilities including stemming, ignoring stop words, and weighted relevance scoring.

    146 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

    To everyone who voted – we heard you loud and clear!

    We're thrilled to announce that Data Connect now offers native Full-Text Search, complete with multi-language support! This was officially launched as part of our July updates for Firebase Data Connect.

    Learn all the details and how to get started in our latest blog post: 🔗 https://firebase.blog/posts/2025/07/dataconnect-fts-enums

    Thank you for your valuable feedback!

  3. Support using Data Connect in Dart and Flutter apps, by having a core SDK for Dart and generating Dart types from the schema.

    138 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

  4. Support aggregations (COUNT, SUM, AVG, MIN, MAX) with grouping as part of the built-in GraphQL query builder.

    69 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

    1 comment  ·  Data Connect  ·  Admin →

    Great news! Firebase Data Connect is now Generally Available (GA), and includes powerful support for Aggregation Queries.


    This means you can now efficiently perform server-side calculations (like SUM, AVG, COUNT, MIN, MAX) to summarize your data and build more insightful features.


    Learn how to use them in the docs: https://firebase.google.com/docs/data-connect/schemas-queries-mutations#aggregation_queries


    We hope this helps you build even better apps!

  5. Data Connect now supports LIMIT and ORDER BY.

    Would love OFFSET and page token support to resume from a long query.

    49 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. Im developing a multi tenant system using firebase dataconnect and it would be very usefull use a query like this:

    query getServices @auth(level: USER) {
    services(where: {
    tenantId: {eq_expr: "auth.token.tenantId"}
    })
    {
    id
    name
    }
    }

    unfurtunately when i run this query i received the message:
    query, getServices, services (where.tenantId.eqexpr: StringExpr): unsupported expression "auth.token.tenantId" (currently only "auth.uid" and "uuidV4()" are supported)

    9 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

  • Don't see your idea?