-
Notifications
You must be signed in to change notification settings - Fork 616
Testing composite index queries against production #5352
New issue
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
Conversation
Release note changesNo release note changes were detected. If you made changes that should be |
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected ProductsNo changes between base commit (dc48e69) and merge commit (558d1f5).Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Startup time comparison between the CI merge commit (558d1f5) and the base commit (dc48e69) are not available. No macrobenchmark data found for the base commit (dc48e69). Analysis for the CI merge commit (558d1f5) can be found at: |
...se-firestore/src/androidTest/java/com/google/firebase/firestore/CompositeIndexQueryTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please add the few additional functions (updateDoc, getDoc, and getDocs) similar to the Web.
port from: firebase/firebase-js-sdk#7632