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

Use native sorting, filtering and paging, allow get query #5

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Oct 28, 2019

  1. Use native sorting, filtering and paging, allow get query

    Use firestore's native sorting - orderBy(field, order) - filtering - where(field, op, value) - and paging - limit(limit) and offset(offset).
    Allow returning query for use with ra-realtime saga.
    gstvg committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    aaa79a8 View commit details
    Browse the repository at this point in the history
  2. Remove sort-by dependency

    gstvg committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    6b6aeac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ad160e View commit details
    Browse the repository at this point in the history
  4. Create createRealtimeSaga.js

    gstvg committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    8f8c995 View commit details
    Browse the repository at this point in the history
  5. Update createRealtimeSaga.js

    gstvg committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    0d8de2b View commit details
    Browse the repository at this point in the history
  6. Update createRealtimeSaga.js

    gstvg committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    8b48a40 View commit details
    Browse the repository at this point in the history
  7. Update methods.js

    gstvg committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    0759e61 View commit details
    Browse the repository at this point in the history
  8. Update createRealtimeSaga.js

    gstvg committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    f2f548b View commit details
    Browse the repository at this point in the history
  9. add ra-realtime dependency

    gstvg committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    830d192 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. wip

    gstvg committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    4488be5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. wip

    gstvg committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    36c53a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. wip

    gstvg committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    2d2bd85 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. wip

    gstvg committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    4ee461c View commit details
    Browse the repository at this point in the history
  2. wip

    gstvg committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    e834de9 View commit details
    Browse the repository at this point in the history
  3. wip

    gstvg committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    56350e3 View commit details
    Browse the repository at this point in the history
  4. wip

    gstvg committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    289e414 View commit details
    Browse the repository at this point in the history
  5. wip

    gstvg committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    c966f04 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Update package.json

    gstvg committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    0e257ef View commit details
    Browse the repository at this point in the history
  2. Update package.json

    gstvg committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    fef51e1 View commit details
    Browse the repository at this point in the history