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
- Cannot create sites using Flutter framew...
Cannot goto next step, it shows error "missing buildRuntime". I need to select "other" framework then deploys fail, go back to site settings and change "other" ...
- Appwrite mariadb container suddenly usin...
I'm hosting an instance of appwrite since months and updated to 1.8.0 couple of weeks ago. Everything worked fine, but today I noticed that my server is lagging...
- OAuth Browser Popup doesn't close
after OAuth the browser popup doesnt close but the user is logged in, what could be the issue?