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 Jan 26, 2021. It is now read-only.
Both PollingManager and StreamingManager convert between Firestore documents and Python dataclasses. This seems like something that could easily be abstracted out--a sort of "Firestore adapter" for dataclasses.
Both
PollingManagerandStreamingManagerconvert between Firestore documents and Python dataclasses. This seems like something that could easily be abstracted out--a sort of "Firestore adapter" for dataclasses.