My project uses the RTB
but by mistake I activated Cloud Firestore. I don't use Firestore for anything and apparently there isn't anyway to disable Firestore.
I created a Cloud Task and when I run $ gcloud app describe
it says databaseType: CLOUD_FIRESTORE
. How can I change the databaseType
to RTB
?
$ gcloud app describe
authDomain: gmail.com
codeBucket: staging.xyz.appspot.com
databaseType: CLOUD_FIRESTORE // <------------------Here
defaultBucket: xyz.appspot.com
defaultHostname: xyz.ue.r.appspot.com
featureSettings:
splitHealthChecks: true
useContainerOptimizedOs: true
gcrDomain: us.gcr.io
id: xyz
locationId: us-east1
name: apps/xyz
serviceAccount: xyz@appspot.gserviceaccount.com
servingStatus: SERVING
According to this, I do have access to the databaseType
field but I don't know how to change it or what value to change it to for the RealTimeDatabase
. At the bottom, in blue, it says:
Note: To create a Firestore in Datastore mode database , set databaseType to CLOUD_DATASTORE_COMPATIBILITY.