issues
search
googleapis
/
python-firestore
Apache License 2.0
219
stars
75
forks
source link
feat: use generator for stream results
#926
Closed
Linchin
closed
4 months ago
Linchin
commented
5 months ago
add an
StreamGenerator
class for all class methods
stream()
to return, instead of using the Python built-in generator.
use
AsyncStreamGenerator
for the async clients
StreamGenerator
class for all class methodsstream()
to return, instead of using the Python built-in generator.AsyncStreamGenerator
for the async clients