We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just detected this warning while running some local unit tests
python-firestore/google/cloud/firestore_v1/base_collection.py
Line 302 in 9521ded
tests/test_main.py::MainTest::******** /usr/local/lib/python3.10/site-packages/google/cloud/firestore_v1/base_collection.py:302: UserWarning: Detected filter using positional arguments. Prefer using the 'filter' keyword argument instead. return query.where(field_path, op_string, value) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
The text was updated successfully, but these errors were encountered:
Running the latest 2.16 version of the library
Sorry, something went wrong.
ehsannas
No branches or pull requests
Just detected this warning while running some local unit tests
python-firestore/google/cloud/firestore_v1/base_collection.py
Line 302 in 9521ded
The text was updated successfully, but these errors were encountered: