-
Notifications
You must be signed in to change notification settings - Fork 927
Relaxing in restrictions. #6757
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
Relaxing in restrictions. #6757
Conversation
MarkDuckworth
commented
Nov 4, 2022
- relaxing in restrictions
- port of Remove some query restrictions and add integration tests firebase-android-sdk#4231
Add composite filters. Port of firebase/firebase-android-sdk#3290
…arkduckworth/or-queries-pr-3
* Support encoding and decoding Composite Filters
…se-js-sdk into markduckworth/or-queries-pr-4
…kduckworth/or-queries
…rve OR queries from client-side index.
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
).to.throw( | ||
"Invalid query. You cannot use more than one 'not-in' filter." | ||
); | ||
validationIt.only( |
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.
remove .only
Cherry picked to #7024. |