ktamas77 / firebase-php

Firebase PHP Client
791 stars 215 forks source link

"limit" options #60

Closed huuson235 closed 7 years ago

huuson235 commented 7 years ago

limit options in GET-method seem not working. I tried:

$firebase->get('database/posts', ['limit' => 10]);

Everything is not different.

huuson235 commented 7 years ago

Oop! I tried with 'limitToFirst' and 'limitToLast', both of them are OK. Close this issue.