In my app, when user logs on, app retrieves a lot of documents. It's an English language testing app : so it retrieves a lot of items which are then stored in lists and then used to compose personalized tests. Can you tell me if there is a limit on the number of documents I can retrieve when user connects ? Thanks, Sylvain
TL;DR
The user wants to know if there is a limit on the number of documents they can retrieve when a user connects to their app. According to the documentation, there is no limit on the number of documents you can get, but the default limit is 25.