fix(firestore): Export Filter type from Firestore - #2167
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Filter type from Firestore
|
Thank you @danReynolds for the contribution! Please also update the unit and integration tests. For example: |
|
I added a test and ran API extractor in #2192, so I think we can use that one instead. I set @danReynolds as co-author |
|
#2192 has been merged! Thanks for starting this work, @danReynolds! |
Filter from Firestore isn't exposed on the exports. It'd be helpful to add I think so that folks can use it directly from this package.
Resolves: #2191