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, 👍