Skip to content

Add System Test that gets collections #84

@crwilcox

Description

@crwilcox

We were able to release v1.8.0 without a failure, despite missing an import.

#83, #82

We should add the following test

from google.cloud import firestore
db=firestore.Client()
collections = [i for i in db.collections()]

If that doesn't fail, 👍

Metadata

Metadata

Assignees

Labels

api: firestoreIssues related to the googleapis/python-firestore API.good first issueThis issue is a good place to started contributing to this repository.type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions