Baudouin ArbarétierOriginal post
Rank 2: Process
Are there no ways to list 100+ users in the server sdk ?
I use a while loop with a cursor for my documents. Is it not possible for users ?
Thanks !
Summary
The user is asking if there is a way to list more than 100 users in the server SDK. They mention using a while loop with a cursor for documents and ask if the same approach can be used for users. They suggest adding a "count" function on queries without a cap of 100, similar to Firebase. The user is looking for a solution to list more than 100 users.
Solution: At the moment, the only way to list more than 100 users is to use the query pagination approach mentioned in the documentation. There is no built-in "count" function without a cap of 100 like Firebase.