[docs = db.collection(u'cities').where(u'capital', u'==', True).get()](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/b8298b3739a2a9e9f010bb89b64a429ccc7cede2/firestore/cloud-client/snippets.py#L243) throws a warning of **Query.get' is deprecated: please use 'Query.stream' instead** I believe the fix can be simply replacing _.get_ with _.stream_