PromucFlow_constructor/app/server/appsmith-plugins/firestorePlugin/src
Shrikant Sharat Kandula 68bbc4fb28
Support server-side pagination for Firestore (#3128)
* POC for Firestore server-side pagination

* Load pagination information values from action configuration

* Get execution information for Firestore plugin

* Working implementation of pagination for Firestore

* Add tests for next and previou page navigations

* Require ordering to be set when paginating

* Remove commented code

* Don't report error on bad configuration

* Error out on usupported operation

Co-authored-by: Trisha Anand <trisha@appsmith.com>

* Move constant indices to constant fields

* Use executeParameterized instead of execute

Co-authored-by: Trisha Anand <trisha@appsmith.com>
2021-02-24 10:20:08 +05:30
..
main Support server-side pagination for Firestore (#3128) 2021-02-24 10:20:08 +05:30
test/java/com/external/plugins Support server-side pagination for Firestore (#3128) 2021-02-24 10:20:08 +05:30