I may sound noob while asking this.
I want to build a mechanism where, when a value of property of Google Datastore's entity changes, the corresponding user(email is present in some another property value for same entity) should be notified of the change. Does Google Datastore support this kind of mechanism, which is similar to Redis PubSub?
Any ideas how to integrate Google PubSub or webhooks with Google Datastore?
Also how to determine that the user is currently active i.e. how to check if the user has my gae application open in his browser?