You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
Iterating
StreamGeneratorin a for loop yields typeUnknown.In the code example, it should yield
DocumentSnapshot.This can be fixed by changing
StreamGenerator.__iter__’s return type fromStreamGeneratortoStreamGenerator[T].python-firestore/google/cloud/firestore_v1/stream_generator.py
Lines 53 to 54 in 4983639
Environment details
google-cloud-firestoreversion: 2.21.0Steps to reproduce
Code example