Best approach to use Google's Firestore

I need a Nosql data store for my project and I think Firestore will be the chosen. Does anyone what’s the successful path?

  • Check Gogol and see if it isn’t as dead as it seems? Is there a maintained fork?
  • Write a wrapper around the http API. Are there modern libraries using this approach in other services (S3, big query…)
  • Other library I’m not aware of?

GitHub - brendanhay/gogol: A comprehensive Google Services SDK for Haskell. seems maintained, even if not actively, so I would start with it.