Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update firestore to use FieldFilter.
Fix: #431 UserWarning in build log: Detected filter using positional arguments. Prefer using the 'filter' keyword argument instead The filter argument takes BaseFilter class which is an abstract class and it is implemented in FieldFilter. This class can be imported from google.cloud.firestore_v1.base_query Reference: googleapis/python-firestore#705 GoogleCloudPlatform/python-docs-samples#10407
- Loading branch information