#How to get all users
9 messages · Page 1 of 1 (latest)
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.