Closed beahuang closed 4 years ago
Updates doc function to account of collection path and write tests to account for that case
Fixes #14
In your repo run db.doc('foo/bar/id') and assert that it works as intended.
db.doc('foo/bar/id')
Description
Updates doc function to account of collection path and write tests to account for that case
Related issues
Fixes #14
How to test
In your repo run
db.doc('foo/bar/id')
and assert that it works as intended.