Hacker News new | ask | show | jobs
by paulgb 3124 days ago
That one is new to me but looks like a winner! Thanks
1 comments

Worth noting that Google has essentially deprecated Cloud Datastore in favor of Firebase Cloud Firestore. As far as I can tell, its unclear what the exact relationship between these two products is, but if you have a GCP Project which has never used Cloud Datastore but has the Cloud Firestore Beta enabled, you cannot access Cloud Datstore.
FYI, you can use the Datastore API with Firstore, you just don't get the real-time features. Firestore is backwards compatible with Datastore AFAIK.

(I work for GCP)

I wasn't aware. Thanks.