Closed
Description
The Firestore Python client should gain the ability to receive realtime updates as outlined in the specification document.
Please take a look at Node: https://github.com/googleapis/nodejs-firestore/blob/master/src/watch.js
and Java: googleapis/google-cloud-java#2665