posva / vuexfire

Check
https://github.com/vuejs/vuefire
MIT License
558 stars 49 forks source link

Documentation Request: paginated ref #209

Closed SumNeuron closed 5 years ago

SumNeuron commented 5 years ago

In your example of a todo app, binding the entire todo list is not a problem as if it were a product app, a user would likely never have hundreds if not thousands of todos.

So, it would be relevant to have a paginated example with an associated getter for the page.

posva commented 5 years ago

added to https://github.com/vuejs/vuefire/issues/145

posva commented 5 years ago

btw, you can use computed properties or watcher to automatically rebind