Hi Claudio,
Unclear what you mean by "limitToLast doesn't help with this approach". What is it you're trying to achieve?
Note that you can't use multiple orderBy() criteria on a ref. So in your loadMore method, you should be accessing the original ref, not the query that already has an orderBy() and limitToLast() on it.
Housekeeping: It looks like you posted this same question in the issue tracker
here. As a general rule of etiquette, you can show respect for the community's time by always letting developers know when you cross-post your questions, so we don't duplicate effort.
☼, Kato