Streams do not provide the full Node.js stream API (Lack of Symbol.asyncIterator) #789
Labels
api: firestore
Issues related to the googleapis/nodejs-firestore API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Query#stream()
returns a stream that doesn't quite implement the Node.js stream API. For instance[Symbol.asyncIterator]
is missing.Environment details
@google-cloud/firestore
version: 2.5.0Steps to reproduce
stream()
on it[Symbol.asyncIterator]()
undefined
The text was updated successfully, but these errors were encountered: