hello i need to get all users register on my app, but when use api give me 25 only and i can't load more as you see.
how i can get all users ?!!
??
@Moderator
Yes, by default you get 25 documents
You can use Query.limit(25)
And set the 25 to a higher number to get more elements
Use cursor, if you have a lot of documents in a loop.
That's it. You should not get everything at once
I need to loop to all users email to send emails.
Yes, that would be the right way.
Recommended threads
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...