5 ms·
Hi Dan, any chances you and your team are working on a GraphQL access layer for the Firestore? It feels like nested queries(using refs for relations), basic m
by gothy 8y ago
Hi Dan,
any chances you and your team are working on a GraphQL access layer for the Firestore?
It feels like nested queries(using refs for relations), basic mutations and (especially) graphql subscriptions would be a great match with Firestore and a big improvement in dev experience, imho.
- itcmcgrath 8y agoWe aren't, but we know customers to create GraphQL access layers themselves.
- pier25 8y agoThe point of having a GraphQL layer is not having to make it ourselves. https://aws.amazon.com/appsync/ https://aws.amazon.com/appsync/ https://hasura.io/ https://hasura.io/
- DigitalSea 8y agoI have created a GraphQL layer over the top of Firebase and while it was pretty easy to do so using Cloud Functions, I agree that it would be great if Firebase offered this out of the box without needing to do all of the work you currently have to, to use it.