pulyaevskiy / firebase-admin-interop

Firebase Admin Interop Library for Dart
BSD 3-Clause "New" or "Revised" License
79 stars 37 forks source link

feat: add support for getCollections (root and document) and add id/path support to CollectionReference #36

Closed alextekartik closed 5 years ago

alextekartik commented 5 years ago

I needed getCollections support in my backend.

While testing it, I was missing the obvious path and id from a CollectionReference that I added as well

pulyaevskiy commented 5 years ago

Released as 1.0.0-dev.24.0.

alextekartik commented 5 years ago

Thanks!