Skip to content

General

General

Categories

JUMP TO ANOTHER FORUM

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

54 results found

  1. Subscribe to realtime updates for a limited subset of queries, for example retrieving updates to specific rows or getting new items for a simple timeline.

    301 votes
    How important is this to you?
  2. Add support for the GraphQL enum type in @table types.

    72 votes
    How important is this to you?
  3. Trigger a Cloud Function when data in a table type is created (via insert or upsert), updated (via update or upsert), or deleted.

    199 votes
    How important is this to you?
  4. Support Cloud Firestore as a datasource for Data Connect in addition to Cloud SQL. Support data model mapping (e.g. @collection) and querying via GraphQL

    150 votes
    How important is this to you?
  5. Allow data to be cached and accessible offline. Offline data may have limited query and write capabilities compared to online data

    136 votes
    How important is this to you?
  6. Index and query your data with full-text search leveraging PostgreSQL's built-in capabilities including stemming, ignoring stop words, and weighted relevance scoring.

    133 votes
    How important is this to you?
  7. Currently mutations return only the primary key of the created record, but it would be nice to be able to fetch the full record (including e.g. defaulted values) as part of a mutation.

    44 votes
    How important is this to you?
  8. We need more tutorial or documentation with examples.

    23 votes
    How important is this to you?
  9. Currently Data Connect insertMany and updateMany mutations do not support being passed multiple records via the SDK. Figure out a way to enable this so we can insert multiple rows in the same “@transaction” via the API.

    12 votes
    How important is this to you?
  10. ostgreSQL is becoming the go-to database for many applications. Adding a serverless PostgreSQL service to Firebase with simple, predictable pricing to compete with supabase would be a game-changer. This would complement Firebase Data Connect by offering:
    Full SQL capabilities
    Real-time features
    Easy integration with existing Google Cloud services
    Simplified scaling and management
    This addition would combine Firebase's ease of use with PostgreSQL's power, catering to projects needing complex queries and data manipulations. It provides an accessible option for developers who need relational database capabilities without the complexity of GraphQL or usage-based pricing. Leveraging Google Cloud's infrastructure, it would offer reliability…

    12 votes
    1 comment  ·  Data Connect  ·  Admin →
    How important is this to you?
  11. Add GeoPoint and GeoBox scalar types and enable rich geo searching queries including indexing, "search within area", "find closest to point within radius", etc.

    30 votes
    How important is this to you?
  12. 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)

    8 votes
    1 comment  ·  Data Connect  ·  Admin →
    How important is this to you?
  13. Allow validation (e.g. min/max values, length, regex match) with custom error messages on both fields and variables. Enforce validation server-side but also provide client-side validation of variables for generated SDKs.

    35 votes
    1 comment  ·  Data Connect  ·  Admin →
    How important is this to you?
  14. How connect DBeaver in localhost database?
    I love DBeaver and i can connect in my production database but i cant connect in localhost database, always i try connect the firebase emulator give an generic error and crash.
    I can use the firebase dataconnect:sql:shell but is not so good like DBeaver

    3 votes
    How important is this to you?
  15. Write Node.js resolvers to enhance Data Connect with arbitrary server logic. Resolvers will be authored alongside the Data Connect schema and deployed to serverless infrastructure. Resolvers can either provide new top-level Query and Mutation fields or integrate with SQL table types.

    30 votes
    How important is this to you?
  16. Allow clear integration with Postgres's RLS while defining access permissions.

    28 votes
    1 comment  ·  Data Connect  ·  Admin →
    How important is this to you?
  17. Allow configurable caching of query results for reduced end-to-end latency and reduced resource pressure on underlying data sources.

    27 votes
    1 comment  ·  Data Connect  ·  Admin →
    How important is this to you?
  18. Create sets of reusable operations that are not accessible from client applications but can be called from server code or manually in the Firebase Console.

    26 votes
    1 comment  ·  Data Connect  ·  Admin →
    How important is this to you?
  19. Support creating GraphQL schema in the Firebase console

    27 votes
    How important is this to you?
  20. I need to have this SDK because for now only React and Angular have SDK.

    2 votes
    How important is this to you?
← Previous 1 3
  • Don't see your idea?