ahsankhatri / firestore-php

Firestore PHP Client (without gRPC extension)
MIT License
62 stars 57 forks source link

pageSize not working in listDocuments function #38

Open vengadeseyes3 opened 2 years ago

vengadeseyes3 commented 2 years ago

$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.