firestore-php
firestore-php copied to clipboard
pageSize not working in listDocuments function
$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.