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
The type for the generated batch_get_all is AsyncIterable[firestore.BatchGetDocumentsResponse], but was incorrectly mocked as Iterable[firestore.BatchGetDocumentsResponse].
The type for the generated
batch_get_allisAsyncIterable[firestore.BatchGetDocumentsResponse], but was incorrectly mocked asIterable[firestore.BatchGetDocumentsResponse].