| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM. The JavaDoc comment on the setting could use a little cleanup for readabiliy, but looks good
Sorry, something went wrong.
|
Improved the JavaDoc readability for in as requested. |
Sorry, something went wrong.
|
Improved the JavaDoc readability for setAlwaysUseImplicitOrderBy in FirestoreOptions.java as requested. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Introduces a new global option alwaysUseImplicitOrderBy in FirestoreOptions to control whether implicit order bys (e.g. for inequality queries) are sent to the backend. By default, it is false (meaning the SDK only sends explicit order bys). Enterprise users can opt-in to always send them by setting this new option to true to mimic Standard tier behavior.
Related modifications: