I've been learning about CloudKit in general and its CKSubscription
s in particular. Since CloudKit and Google Cloud DataStore seem to share many similarities I am wondering this:
Is there an analogous service to CKSubscription
available for Google Cloud Datastore, i.e. can I submit a subscription (along with a query) to the server once and have it push notifications about changes to me instead of pulling for changes with repeated fetches (with that same query)?