Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(firestore): implement limitToLast #2420

Merged
merged 14 commits into from Jul 27, 2020

Commits on Jun 9, 2020

  1. feat(firestore): support "limit to last" feature

    Change-Id: Iac088306a1cc846bc27ab43aae0761c6d5350de1
    IlyaFaer committed Jun 9, 2020
    Copy the full SHA
    692408e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. use bool instead of int for limitToLast

    Change-Id: Ib9d54c0f80af0368f8a4bd8ab77228e05cdd2bcf
    IlyaFaer committed Jun 10, 2020
    Copy the full SHA
    8345f23 View commit details
    Browse the repository at this point in the history
  2. add periods into comments

    Change-Id: Ib94fa125d7f3ec4bf1667228cc4ceccf726c3923
    IlyaFaer committed Jun 10, 2020
    Copy the full SHA
    247633c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. add "firestore" prefix into the error message

    Change-Id: I7f8d59c20623d56a700c356e5c72e342e4f8a616
    IlyaFaer committed Jun 16, 2020
    Copy the full SHA
    13bd01f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. del period at the end of the error message

    Change-Id: I8ecf940714704f30b7bc06181e466e84e1292495
    IlyaFaer committed Jun 17, 2020
    Copy the full SHA
    cc6ac5d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Merge branch 'master' into limit_to_last

    Change-Id: I58783a8cb39f5215e518cbe98772a07dc5c32691
    IlyaFaer committed Jun 30, 2020
    Copy the full SHA
    14634fe View commit details
    Browse the repository at this point in the history
  2. add an example, rename to GetAll

    Change-Id: I4427d9b1b48ec8549b1ead25e2b80d91b80fefb9
    IlyaFaer committed Jun 30, 2020
    Copy the full SHA
    413dad1 View commit details
    Browse the repository at this point in the history
  3. fix a results num error

    Change-Id: I0e9eaa202ed642e5aa38991b9e32a2020bcff2a5
    IlyaFaer committed Jun 30, 2020
    Copy the full SHA
    b77e52b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Merge branch 'master' into limit_to_last

    IlyaFaer committed Jul 8, 2020
    Copy the full SHA
    4e14235 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dfef166 View commit details
    Browse the repository at this point in the history
  3. error msg typo fix

    IlyaFaer committed Jul 8, 2020
    Copy the full SHA
    158e44c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. use Query pointer

    IlyaFaer committed Jul 16, 2020
    Copy the full SHA
    f84c0a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Copy the full SHA
    d7a3bae View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Copy the full SHA
    e07f9cc View commit details
    Browse the repository at this point in the history