firestore-php icon indicating copy to clipboard operation
firestore-php copied to clipboard

pageSize not working in listDocuments function

Open vengadeseyes3 opened this issue 4 years ago • 0 comments

$collections = $firestoreClient->listDocuments('users', [ 'pageSize' => 1, 'pageToken' => 'nextpagetoken' ]);

in this if i try to set pageSize as 2 then i am not getting any response.

vengadeseyes3 avatar Oct 27 '21 02:10 vengadeseyes3