appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.95k stars 3.66k forks source link

[Feature]: Firestore DB List Documents Query - the limit field if left blank, only shows 10 records even if there are more records #21182

Open btsgh opened 1 year ago

btsgh commented 1 year ago

Is there an existing issue for this?

Description

When I run a Firestore - List Documents Query by keeping the limit field blank, it only shows 10 records even if there are more records

Steps To Reproduce

  1. Create a new Firestore Datasource from appsmith and connect to it
  2. Create a new query - and choose List Documents [Collection name - users]
  3. Limit field has 10 entered by default. If we run this query, 10 records are returned
  4. Leave the limit field empty and now run the query - still only 10 records are returned though there are more records in the document.

Expected Behavior - if limit is empty, it should return all the records from the document

Public Sample App

No response

Environment

Production

Issue video log

No response

Version

Cloud

sumitsum commented 1 year ago

Please note that we internally apply a default limit of 10. We should instead convey to the user via the config form hint / label that default is 10.