7 ms·
Google Cloud Datastore?
by mvitorino 9y ago
Google Cloud Datastore?
- paulgb 9y agoThat one is new to me but looks like a winner! Thanks
- 013a 9y agoWorth 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.
- thesandlord 9y agoFYI, 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)
- mvitorino 9y agoI wasn't aware. Thanks.