quarkiverse / quarkus-google-cloud-services

Google Cloud Services Quarkus Extensions

Home Page:https://docs.quarkiverse.io/quarkus-google-cloud-services/main/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Cloud Firestore API is not available for Firestore in Datastore Mode database

EfraimLA opened this issue · comments

FAILED_PRECONDITION: The Cloud Firestore API is not available for Firestore in Datastore Mode database

Excuse me, i'm trying to authenticate to a database in datastore mode but i got this message. What is required to do this?

The extension only supports firestore mode, not datastore mode.

@loicmathieu Yes I know but is it a feature to develop? Is there any plan to implement this or why? What does it depend on? Thanks

I didn't plan to, it would need a different extension as it's a different API. Moreover I think Datastore is an "old" API and people are encourage to migrate to Firestore instead.