Nope, and I think it shouldn’t 😅 maybe you can wrap Firestore using grapql-yoga but the Firebase sdk gives you a good access on the client side to the point you wouldn’t need an ORM-like layer like Prisma ....
c
catalinmiron
08/30/2018, 9:21 AM
Maybe he would like to integrate some Firebase features like authentication, analytics or other features not the database itself 🙂
c
Cprogs
08/30/2018, 9:24 AM
Oh, but he asking about Firestore specifically,
Definitely Firebase could work. I use it in one of my apps for http session storage and to trigger some cloud functions ....
l
lancej
08/30/2018, 9:56 PM
I use firebase auth as managing users and then mapping the firebase token to a application token on my graphql services. So no signin/signup logic exists on my graphql services