sbatson5 / firestore-jest-mock

Jest Helper library for mocking Cloud Firestore
https://www.npmjs.com/package/firestore-jest-mock
177 stars 58 forks source link

Add listCollections method to DocumentReference #122

Closed netdown closed 3 years ago

netdown commented 3 years ago

Description

Implementation of listCollections method (see https://googleapis.dev/nodejs/firestore/latest/DocumentReference.html#listCollections) for Cloud Firestore.

Related issues

None.

How to test

Tests included.