Does prisma support Firestore
# orm-help
s
Does prisma support Firestore
c
Could you please give an usage example?
c
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
Maybe he would like to integrate some Firebase features like authentication, analytics or other features not the database itself 🙂
c
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
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